Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Create 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.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-14 | ✗→✓ | ▲ Improved | -26% | 0% |
| case-01 | ✗→✓ | ▲ Improved | -24% | 0% |
| case-02 | ✗→✓ | ▲ Improved | -52% | 0% |
| case-03 | ✗→✓ | ▲ Improved | -19% | 0% |
| case-05 | ✗→✓ | ▲ Improved | -20% | 0% |
Create structured execution plans that get human approval before agents start.
yamlname: "{descriptive plan name}" description: "{what this plan achieves}" stages: - name: foundation steps: - goal: "Create database models for user and session" role: backend scope: small complexity: low - goal: "Add migration scripts" role: backend scope: tiny - name: implementation depends_on: [foundation] steps: - goal: "Implement OAuth2 flow with Google provider" role: backend scope: medium complexity: medium - goal: "Create login/signup UI components" role: frontend scope: medium - name: verification depends_on: [implementation] steps: - goal: "Write integration tests for auth flow" role: qa scope: medium - goal: "Security review of token handling" role: security scope: small
plans/{plan-name}.yaml in the project root.bernstein run plans/{plan-name}.yamlscripts/plan.sh submit plans/{plan-name}.yaml to submit for approval.pending state - use /bernstein-approve to review and approve.open and agents start picking them up.scripts/plan.sh list to see all plans and their status.depends_on to enforce ordering (foundation before implementation)complexity: high - they'll get more capable modelstiny or small scopeOther measured skills in the registry, with their headline benchmark lift.