bernstein-plan
FeaturedCreate and manage multi-step execution plans in Bernstein. Plans decompose complex goals into stages with dependencies. Use when the user wants to plan a complex feature, break down a large task, or review an execution plan before agents start working.
Install
Quality Score: 89/100
Skill Content
Details
- Author
- sipyourdrink-ltd
- Repository
- sipyourdrink-ltd/bernstein
- Created
- 5 months ago
- Last Updated
- today
- Language
- Python
- License
- Apache-2.0
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
create-plan
Create comprehensive implementation plan with exploration and trade-off analysis
executing-plans
Use when a written implementation plan already exists and the user wants it reviewed and executed with appropriate checkpoints, tests, and completion evidence.
executing-plans
Use when handed a complete implementation plan (PLAN.md) to build. Loads the plan, reviews it critically, implements it in small reviewed batches with a test-first cycle, and reports between batches so an architect can catch drift early. Trigger on "execute the plan", "implement this plan", "run the plan", or "start building from this plan". Follows writing-plans.