| name | bootstrap |
| description | Bootstrap context by reading the project's DESIGN.md and SPEC.md before starting any task |
Instructions
Before beginning any task in this repository, you MUST read the following files:
- DESIGN.md - Architecture design document covering the overall structure, goals, and design rationale for the
akt CLI.
- SPEC.md - Detailed technical specification covering configuration, CLI commands, flags, store, sync engine, TUI, plugin system, output formats, error handling, and the phased implementation plan.
Read both files in full using the Read tool before proceeding with any implementation, code review, or planning work. These documents are the source of truth for how the project should be built.