Structured development workflow: Initialize -> Plan -> Tasks -> Implement + Validate.
Note: .agents/ is optional. If it exists, spec-driven uses and updates it. If not, all context stays within the feature artifacts.
| Feature spec | spec.md | | Technical plan | plan.md | | Task breakdown | tasks.md | | Archive document | archive.md | | Codebase exploration | exploration.md | | Research cache | research.md |
구조화된 단계(초기화, 계획, 작업, 구현+검증)를 통한 사양 중심 개발입니다. 요구사항에 대한 추적성을 갖춘 구조화된 기능 사양을 생성합니다. 기능을 계획하거나 검증을 통해 구현하거나 세션 전반에 걸쳐 결정을 추적할 때 사용합니다. 또한 사용자가 기능을 작업으로 나누고, 코딩하기 전에 계획을 세우고, 구현 진행 상황을 추적하고, 작업을 사양과 계획으로 구성하려는 경우에도 사용합니다. "기능 만들기", "계획", "작업", "구현", "검증", "보관", "이 기능을 작업으로 분할", "이 기능 계획"에 대해 트리거됩니다. 출처: adeonir/agent-skills.