skills: writing-flows 신규 추가 — 시나리오별 Flow 문서 (use case + 다이어그램 + 분기)#45
Merged
Conversation
…gram + branches) New spec-driven skill that documents how one scenario behaves at runtime as flows/<topic>/NN-name.md: Context / Diagram (one Mermaid sequenceDiagram or flowchart) / Steps & Branches / Source. Code-first with spec fallback for design-stage scenarios; never auto-modifies existing Flows. - Adopts the Topic axis from ADR-0001 (no phase directories) - CONTEXT.md: register the Flow term and Topic–Flow relationship - evals/writing-flows: 3 eval cases with fixtures (with-skill 21/21 vs baseline 12/21 on structural conventions; ~equal tokens/time) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
요약
서비스가 어떤 순서로, 어떤 케이스에서 어떻게 동작하는지 한눈에 보여주는 Flow 문서를 작성하는 spec-driven 스킬을 추가합니다. spec/task/ADR로는 파악하기 어려운 런타임 동작을 한 문서로 캡처합니다.
flows/<topic>/NN-name.md— 한 문서 = 한 시나리오sequenceDiagram또는flowchart1개) / Steps & Branches / Source (파일 단위 참조, 라인 번호 없음)구현 상세
스킬 (
skills/spec-driven/writing-flows/)flows/INDEX.md등) 생성 금지 (writing-tasks SSOT 원칙 동일)문서
CONTEXT.md: Flow 용어 등록, Topic–Flow 관계 추가 (Spec과는 구조적 링크 없음)AGENTS.md: spec-driven 카테고리 목록 갱신.claude-plugin/plugin.json: 스킬 등록 (jq검증 통과)Eval (
evals/writing-flows/)검증
🤖 Generated with Claude Code