What problem does it solve?
This Skill automates the critical post-design, pre-implementation phase by establishing foundational project rules, repository contracts, and implementation guidelines, ensuring a clear and consistent starting point for development.
Core Features & Use Cases
- Rule Definition: Establishes baseline engineering rules (
docs/ai/ENGINEERING_RULES.md) and task-specific implementation contracts (tasks/<task-path>/IMPLEMENTATION_CONTRACT.md).
- Contract Management: Updates root agent and Claude configuration files (
AGENTS.md, CLAUDE.md) and the project README.
- Decision Framework: Classifies project decisions into 'Locked now', 'Deferred', and 'Banned/Avoid' categories, managing dependencies and architectural choices.
- Use Case: After a
design-task is completed, this Skill can be invoked to solidify the technology stack, define core architectural boundaries, and set up the initial documentation structure before any code is written.
Quick Start
Use the bootstrap-project-rules skill to establish the implementation contract for the 'new-feature' task.