plan-creator

Creates and revises implementation plans through assessment, clarification, and critique-driven update modes.

9|Updated Jun 10, 2026
One-click install
npx skills add https://github.com/eventbalancer/agent-quorum --skill plan-creator-eventbalancer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-creator
Source: https://github.com/eventbalancer/agent-quorum/tree/main/skills/plan-creator
Command: npx skills add https://github.com/eventbalancer/agent-quorum --skill plan-creator-eventbalancer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Turning a rough idea into an implementation plan a coding agent can execute is hard: single-pass plans are shallow, unverified, and cite file references that may not exist. This Skill produces grounded, self-reviewed implementation plans by investigating the codebase first and revising drafts against structured critique. ## Core Features & Use Cases - Four Operating Modes: Assessment mode freezes scope and risk classification across eight domains; Create mode drafts the full plan; Clarify mode surfaces blocking operator questions; Update mode validates critique and revises the plan. - Structured Plan Contract: Every plan follows a strict document contract with YAML frontmatter, Verified Facts with file:line anchors, phased Work Plan with acceptance gates, STOP triggers, and a Mermaid impact graph. - Schema-Validated Output: JSON outputs conform to readiness, clarification, and update-metadata schemas, with per-issue verdicts and systemic dispositions for accepted critique. - Use Case: Hand the Skill a feature request for a multi-repository change; it inspects the code, classifies risk domains, asks only genuinely blocking questions, then emits a split-ready execution plan with verified file references. ## Quick Start Ask the agent to create an implementation plan for your feature request and let it inspect the repository before drafting the phased plan.

Frequently Asked Questions about plan-creator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create an implementation plan from a rough feature idea?

Provide the prompt or rough plan as input and the Skill runs an assessment pass to freeze scope and risk, then drafts a full Markdown plan with verified facts, a phased work plan, acceptance gates, and an impact graph grounded in the actual repository.

How does critique-driven plan revision work?

In update mode the Skill validates each critique issue against the code, applies valid blocker and major issues, and emits either the revised Markdown plan or metadata JSON with per-issue verdicts such as accept, downgrade, or reject_hallucinated.

What risk domains does the readiness assessment cover?

The assessment classifies exactly eight domains: correctness, public-compatibility, data-migrations, security-privacy-authorization, concurrency-distributed-ordering, cross-repository-delivery, production-operability, and performance-cost, each with applicability, risk level, and evidence references.

Can the plan creator edit files in the repository?

No. The Skill is strictly read-only: it uses non-mutating inspection tools like Read, Grep, and Glob to investigate the codebase and never calls Edit or Write. It produces plan documents only.

When does the Skill ask clarification questions instead of planning?

Clarify mode emits a question only when the answer is operator-owned, materially changes the plan, and cannot be resolved from repository evidence. Each question carries 2-6 concrete options; an unambiguous prompt returns an empty list.