File Structure

File Structure#

Installed Claude Runtime#

.claude/
├── skills/
├── agents/
├── hooks/
├── settings.json
├── runtime.json
├── status.cjs
└── CLAUDE.md

Generated Spec Workspace#

specs/<feature-name>/
├── spec.json
├── requirements.md
├── research.md
├── design.md
└── tasks/
    ├── task-R0-01-*.md
    ├── task-R0-02-*.md
    └── ...

Key State Locations#

  • spec.json: machine-readable feature state
  • tasks/task-R*.md: human-readable task packet and evidence
  • docs/: broader project documentation

Notes#

  • task_registry lives in spec.json
  • task_files should match the actual files on disk
  • completed tasks should carry verification receipts