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 statetasks/task-R*.md: human-readable task packet and evidencedocs/: broader project documentation
Notes#
task_registrylives inspec.jsontask_filesshould match the actual files on disk- completed tasks should carry verification receipts