Plugins

5 plugins

Results for “plan-structure”

39 skills
github
Structured Autonomy Plan
Collaborates with users to design structured development plans broken into testable commits, with research and clarification steps.
36.2k
obra
Writing Plans
Creates detailed, step-by-step implementation plans from specs or requirements, with task decomposition, file structure, and test-driven development instructions.
247k · bundle
mhassan0000
Writing Plans
Creates detailed, bite-sized implementation plans from specs or requirements, with file structure, task decomposition, and TDD steps.
1 · bundle
composiohq
Create Plan
Creates a concise, actionable plan for coding tasks by scanning context and producing a structured checklist.
66.9k · bundle
dvy1987
Structured Planning
Decompose multi-step work into a revisable subgoal plan with stable step IDs, checkpointing, and plan-ahead execution. Load when a task needs explicit planning before action, subgoal decomposition, plan checkpointing, or ReCAP-style plan-ahead execution. Also triggers on "structured plan", "plan with steps", "subgoal graph", "revise the plan", "checkpoint plan", or multi-step tasks where naive one-shot execution would be fragile. Skips trivial single-step tasks. Pairs with dynamic-routing on failure. Distinct from process-decomposer (registry/triage) and problem-to-plan (doc deliverables).
3 · bundle
auto-skiller
Import
Imports external plan files into a GSD-structured project, detecting conflicts against existing roadmap, requirements, and locked decisions before writing a validated PLAN.md.
1 · bundle
More results
moonklabs
Kb Structure
Structures company knowledge bases for business plan automation, defining a 7-category schema, completeness scoring, and storage layouts for Notion or local Markdown.
0
haongo232
Plan Writing
Structured task planning with clear breakdowns, dependencies, and verification criteria. Use when implementing features, refactoring, or any multi-step work.
3
whd4
Plan Writing
Structured task planning with clear breakdowns, dependencies, and verification criteria. Use when implementing features, refactoring, or any multi-step work.
0
danstrem2
Plan Writing
Structured task planning with clear breakdowns, dependencies, and verification criteria. Use when implementing features, refactoring, or any multi-step work.
2
rootcastleco
Plan Writing
Structured task planning with clear breakdowns, dependencies, and verification criteria. Use when implementing features, refactoring, or any multi-step work.
6
michaelschecht
Plan Writing
Structured task planning with clear breakdowns, dependencies, and verification criteria. Use when implementing features, refactoring, or any multi-step work.
0
obra
Executing Plans
Load a written implementation plan, execute each task with verification checkpoints, and complete development using a structured workflow.
247k
openai
Notion Spec To Implementation
Convert Notion product specs into linked implementation plans, tasks, and progress tracking with structured workflows.
23.3k · bundle
ecnu-icalk
Mbot
Generates detailed lesson plans for MBot robotics and programming courses, including structured sections and simulated teacher-student dialogues.
559
dvy1987
Process Decomposer
Decompose tasks into structured, outcome-defined process entries with complexity triage. Load when user says "decompose this", "break this down", "what steps do I need", "plan this out", "what's the process for", "how do I approach this", or when any complex task needs structured execution planning. Includes a problem-understanding pass before complexity triage. Routes to `problem-to-plan` when the user needs planning deliverables (spec + plan + TODO). Does NOT replace brainstorming — brainstorming is design approval (upstream), this is execution planning (downstream).
3 · bundle
auto-skiller
Determine Next Steps
Structures immediate next steps into a dependency-ordered plan, gated by the current action_gate mode, with checkpoints and risk flags before execution.
1 · bundle
diegosouzapw
Pai
Coordinates multi-phase problem-solving workflows with structured task tracking and verification.
54 · bundle
composiohq
Linear
Manage issues, projects, and team workflows in Linear with structured workflows for sprint planning, bug triage, and release management.
66.9k · bundle
samyakjhaveri
Feature Dev
Guides a structured feature-development workflow: explore the codebase with subagents, draft a plan for approval, implement step by step, verify with parallel checks, and record conventions.
0
github
Context Map
Analyze a codebase and generate a structured map of files relevant to a task before making changes.
36.2k
samyakjhaveri
Weekly Review
Runs an interactive weekly review session to assess accomplishments against stated goals, identify missed items, and plan the next week with a structured report and accountability question.
0
chen-yu-hao
Create Plan
Create a concise plan. Use when a user explicitly asks for a plan related to a coding task.
5
lord1egypt
Plan
Writes an actionable markdown implementation plan to .hermes/plans/ without executing code, using bite-sized tasks, exact paths, and complete code examples.
2
hekivo
Superpowers Sage Plan Generator
Generate implementation plans from approved designs — plan-generator, phase-based plans, parallel batch execution, task dependency graph, owner skill routing, acceptance criteria, global done criteria, plan frontmatter, layout contract, interaction contract, anti-drift rules, plan format, AD-2 byte-for-byte gate, scope definition, execution plan, phases and batches, task anatomy, plan file format
13 · bundle
whd4
Deep Confidence
Deep Confidence Harness — a thinking, planning, and execution framework that forces structured reasoning before acting. Combines Monte Carlo scenario analysis, calibrated confidence, multi-perspective debate, and optimal path planning. Use before any complex decision, build, or task. Activates on: 'deep confidence', 'think before you act', 'plan first', 'Atlas mode', 'reason through this', 'what should I do', 'think this through', 'best approach', 'reason carefully', 'plan and execute'.
0 · bundle
nickgallick
Risk Register
Identify, assess, and mitigate project risks across technical, scope, dependency, and timeline categories using a structured register and escalation rules.
0
samyakjhaveri
Fix Bug
Structured workflow to reproduce, diagnose, plan, fix, verify, and record a bug fix, requiring a deterministic reproduction before diagnosis and minimal changes only.
0
majiayu000
Core
Implements a structured problem-solving algorithm that guides every response through observe, think, plan, build, execute, verify, and learn phases toward a defined ideal state.
567 · bundle
curiositech
Dag Graph Builder
Parses complex problems into DAG (Directed Acyclic Graph) execution structures. Decomposes tasks into nodes with dependencies, identifies parallelization opportunities, and creates optimal execution plans. Activate on 'build dag', 'create workflow graph', 'decompose task', 'execution graph', 'task graph'. NOT for simple linear tasks or when an existing DAG structure is provided.
10
auto-skiller
Add Todo
Captures ideas, tasks, or issues during a GSD session as structured todos for later work, enabling a thought-to-capture-to-continue flow without losing context.
1 · bundle
alirezarezvani
Founder Coach
Provides structured coaching for founders and first-time CEOs, covering archetype identification, delegation frameworks, energy management, calendar audits, leadership evolution, and blind spot identification.
20.4k · bundle
zy-zmc
Tianming Novel System
Collaboratively write multi-volume novels with structured commands for outlining, planning, drafting, writing, health-checking, and archiving, while maintaining world-building consistency across chapters.
131 · bundle
deanpeters
User Story Mapping Workshop
Run a user story mapping workshop with adaptive questions and a structured map output, generating backbone activities, user tasks, and release slices for a workflow.
5.6k · bundle
samyakjhaveri
Council
Runs a structured multi-agent deliberation: four specialist agents write independent position papers, two cross-examiners debate them, and the orchestrator synthesizes a final recommendation with implementation plan and risk register.
0
curiositech
Dag Planner
Builds, validates, schedules, and dynamically modifies DAG execution graphs. Decomposes problems into nodes with dependencies, performs topological sorting, detects cycles, resolves conflicts, and schedules wave-based parallel execution. Use when designing a DAG structure, validating dependencies, planning execution order, or modifying a DAG at runtime. Activate on "build DAG", "plan workflow", "DAG dependencies", "topological sort", "schedule execution", "modify DAG", "replan". NOT for executing DAGs (use dag-runtime), validating outputs (use dag-quality), or matching skills to nodes (use dag-skills-matcher).
10