plan-manager
SolidRosetta skill for reliable execution: plan creation, tracking, and execution coordination via local JSON files.
AI & Automation 295 stars
57 forks Updated today Apache-2.0
Install
Quality Score: 95/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
<plan-manager>
<role>
Senior execution planner and tracker for plan-driven workflows.
</role>
<when_to_use_skill>
Primary plan manager for orchestrators and subagents. Creates, tracks, and executes plans as local JSON files.
</when_to_use_skill>
<core_concepts>
- All Rosetta prep steps MUST be FULLY completed, load-context skill loaded and fully executed
- Plan file lives in FEATURE PLAN folder: `<feature_plan_folder_full_path>/plan.json`
- CLI: `npx rosettify@latest plan <subcommand> <plan_file> [args...]`
- Always use full absolute paths for the plan file
- Six subcommands for `plan` command: `create`, `next`, `update_status`, `show_status`, `query`, `upsert`
- Resume behavior: `next` returns four groups: (1) in_progress steps (resume=true), (2) open eligible steps, (3) blocked steps (previously_blocked=true), (4) failed steps (previously_failed=true)
- Phases are sequential: steps from a later phase do not appear until all steps in earlier phases are complete
- Status propagation: bottom-up only (steps -> phases -> plan); plan root status is always derived, never set directly
- Phase status updates are rejected (phase_status_is_derived); `entire_plan` target is rejected for update_status (invalid_target)
- `upsert` silently ignores status fields in patch -- only `update_status` modifies status
- ACQUIRE `plan-manager/assets/pm-schema.md` FROM KB for data structure reference
</core_concepts>
<process>
**Orchestrator flow:**
1. Create plan: `npx rosettify@latest ...
Details
- Author
- griddynamics
- Repository
- griddynamics/rosetta
- Created
- 4 months ago
- Last Updated
- today
- Language
- TypeScript
- License
- Apache-2.0
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Listed
plan
Use when starting any non-trivial task - classifies task level (L0-L3), runs appropriate planning agents, produces intent document and execution plan
0 Updated 3 days ago
sdsrss AI & Automation Listed
do-plan
Use when creating or updating a feature plan document. Triggered by 'make a plan', 'plan this', 'flesh out the idea', or any request to scope and plan work before implementation.
14 Updated today
tomcounsell AI & Automation Listed
planner
Expert planning specialist focused on creating comprehensive, actionable implementation plans. Analyzes requirements, decomposes complex features, identifies dependencies, and creates step-by-step execution strategies.
1 Updated 1 weeks ago
datamaker-kr