What problem does it solve?
This Skill replaces issue trackers with a git-native planning system, allowing for the creation, review, and implementation of plans directly within the git repository. It streamlines the software development process by using markdown files on branches, pull requests as workflow metadata, and git as the single source of truth.
Core Features & Use Cases
- Git Native Planning: Create and manage plans as markdown files on branches, with pull requests serving as workflow metadata.
- Lifecycle Phases: Plans progress through defined phases: Draft, Approved, Delivered, and Released, with specific commands for each step.
- Parallel Implementation: Multiple implementation branches can be created from a single plan, allowing for parallel work on different aspects of the project.
- Sprints: Optional time-boxed sprints can be used to coordinate and prioritize work within a set timeframe.
- Use Case: A development team can use this Skill to plan a new feature, with the ability to review, approve, implement, and ultimately release the feature all within the git repository.
Quick Start
Run the following command to create a new plan for a feature:
/plot-idea <feature-name>