Modules¶
Pick what you need — Independent modules for AI-assisted development.
Overview¶
| # | Module | Purpose | Default? |
|---|---|---|---|
| 1 | Foundation | AGENTS.md bootstrap + reference doc templates | Yes |
| 2 | Dev Workflow | Feature workflow + stack pattern skills | Yes |
| 3 | Project Planning | Multi-feature management | No (optional) |
Adoption Path¶
Start with Modules 1-2 (installed by default), add Module 3 when needed:
graph LR
M1["1: Foundation"] --> M2["2: Dev Workflow"]
M2 --> M3["3: Project Planning"]
Module 1 has three tiers: Basic (AGENTS.md only), Standard (AGENTS.md + docs/), Full (+ .agents/skills/). For a solo side project, Standard tier is the recommended starting point.
Recommended Combinations¶
Starter¶
AGENTS.md + docs/scripts.md (and any docs your project needs). Best for personal projects, prototypes, and side projects.
Production¶
Adds on-demand skills for deep tech stack patterns and structured feature workflows. Best for production apps with specific framework or library conventions.
Enterprise¶
Add project planning for multi-feature management. Best for products with roadmaps.