What problem does it solve?
Inconsistent or outdated development plans lead to confusion, missed steps, and project delays. This Skill ensures all agents and commands follow strict conventions to keep devloop plans accurate and synchronized.
Core Features & Use Cases
- Canonical Plan Location: Standardize the location of
.claude/devloop-plan.md for easy discovery and access.
- Standardized Format: Define a clear Markdown structure for plans, including overview, requirements, architecture, tasks, and a progress log.
- Task Status Markers: Use consistent markers (
[ ], [x], [~], [-], [!]) to track task progress.
- Update Rules & Responsibilities: Clear guidelines for when and how to update the plan, and which agents are responsible.
- Enforcement Modes: Configure
advisory or strict enforcement to ensure plan updates are not missed.
- Use Case: Update a task's status in the devloop plan, add a progress log entry, or understand the enforcement rules for plan consistency.
Quick Start
Mark Task 2.3 as complete in the .claude/devloop-plan.md file and add a progress log entry: 'Implemented password hashing'.