What problem does it solve?
This Skill automates and coordinates the development implementation workflow by reading plan packages, validating prerequisites, executing tasks, updating knowledge bases, and migrating completed work to history/.
Core Features & Use Cases
- Pre-check enforcement: verifies that at least one of the valid pre-conditions is met before proceeding, ensuring safe routing into the development phase.
- Plan package orchestration: reads plan/ and selects the appropriate package to execute, supporting single-package execution or multi-package selection.
- Knowledge base synchronization: reads and updates the kb to reflect changes from the current execution, ensuring contextual consistency.
- Migration & history: moves completed plan packages to history/ with proper timestamped paths and updates the history index.
- Quality & safety checks: includes code safety checks, consistency audits, and optional tests to prevent regressions.
Quick Start
Use the develop skill to start processing a complete plan package from plan/, perform the pre-checks, and migrate the results into history/ upon completion.