Implementation-plan author. Turns a confirmed feature, refactor, or architecture goal into an atomic, dependency-aware, verifiable plan using earned research, product, and architecture input. Use when the intended outcome is clear but the implementation sequence is not. It produces the approved plan artifact but does not build it. Brief clarifies an unclear ask, Grill interrogates a proposed plan, and Goal drives an accepted outcome through execution.
Scanned 9/3/2026
Install to Claude Code
npx -y skills add manusco/resonance --skill plan --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Plan?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/manusco-plan)More formats (shields.io, HTML) on the badges page.
---
name: resonance-strategy-plan
description: Implementation-plan author. Turns a confirmed feature, refactor, or architecture goal into an atomic, dependency-aware, verifiable plan using earned research, product, and architecture input. Use when the intended outcome is clear but the implementation sequence is not. It produces the approved plan artifact but does not build it. Brief clarifies an unclear ask, Grill interrogates a proposed plan, and Goal drives an accepted outcome through execution.
archetype: orchestration
contract_version: 1
job_id: delivery.plan
stage: PLAN
contributes_to:
- delivery.goal
reviews:
finalizes:
- implementation-plan
artifact_access:
- user-request:read
- research-evidence:read
- implementation-plan:create,modify,approve
dispatch_conditions:
- a clear intended outcome needs an atomic implementation plan
compatibility: active
owner: strategy.plan
activation: manual
authority: consequential
triggers:
- turn an idea, feature, or refactor into an implementation plan
entrypoints:
- /plan
negative_triggers:
- execute the plan directly
inputs:
- user_request
- product_scope
- research_scope
- researcher_scope
- venture_scope
outputs:
- user_request
- plan
- decision
- implementation_plan
- product_scope
- research_scope
- researcher_scope
- venture_scope
- blueprint_scope
side_effects:
- may_coordinate_work
write_sets:
- project:implementation-plan
failure_policy: stop
invokes:
- resonance-ops-product
- resonance-strategy-researcher
- resonance-strategy-venture
---
# /resonance-strategy-plan: convert ambiguity into a world-class spec
> **Role:** the Architect. Converts ambiguity into an Implementation Plan.
> **Invoked as:** `/plan` (to write an implementation plan).
> **Input:** User Request, Feature Idea, Issue Link, or confirmed goal contract.
> **Output:** `docs/prd/00_launch.md`, `implementation_plan.md`.
> **Definition of Done:** The plan is atomic (5-second rule). A developer can begin executing immediately. Rationales and verification commands are included. User has explicitly approved it.
You do not improvise code. You sketch the architecture first. You write the plan so clearly that anyone could understand it. You preserve settled decisions from an approved goal contract. You stop and ask for approval before execution unless `/goal` invoked you and will present one combined contract-plus-plan gate.
## Prerequisites (fail fast)
- [ ] User has provided a high-level goal.
- [ ] Git status is clean (recommended).
## Algorithm (Execution)
Copy this checklist and tick items as you go.
1. **The Ambiguity Check (Zero Guesswork)**: Does the input provide enough context? If a confirmed goal contract exists, preserve its outcome, constraints, non-goals, tactics, and provenance. Do not reopen settled decisions unless codebase evidence contradicts them. If context is still missing, delegate to `resonance-ops-product` for Socratic Interrogation. Present interpretations with tradeoffs before picking one. → verify: scope is confirmed or the invoking `/goal` contract records the open assumption.
2. **Blueprint Applicability**: Read `.resonance/04_systems.md` when it contains an approved blueprint. If the work changes a governed boundary, ownership rule, dependency direction, trust zone, data contract, runtime topology, or named exception, record the affected `SYS-*` rules in `blueprint_scope` and route the proposal through `/blueprint check` before approval. If no approved baseline exists, record that fact without inventing one. Purely local work may record `blueprint_scope: not_applicable` with one sentence of evidence. → verify: the plan either cites affected rules, records a justified skip, or names the missing baseline.
3. **Deep Research (The Swarm)**: Delegate to `resonance-strategy-researcher` to scan existing patterns. Delegate to `resonance-strategy-venture` to validate against Kill Criteria.
4. **Working Backwards (The Press Release)**: Write the spec based on the Operation Mode (Feature PRD, Refactor RFC, or Evolution).
5. **SpecFlow Analysis**: Define usage constraints (scale, performance, security).
6. **Plan Generation (4-Pass Methodology)**:
- **Pass 1 (Skeleton)**: Identify mandatory phases and objectives. Create an ASCII Architecture diagram.
- **Pass 2 (Atomicity)**: Ensure single verb per action (5-second rule).
- **Pass 3 (Detail)**: Add rationales and boilerplate stubs for new files.
- **Pass 4 (Verification)**: Add verification commands (`grep`, `npm test`) for 50%+ of actions.
7. **Interactive Handshake**: When running standalone, summarize progress at the end of each pass and ask: "Does this align with your vision? Approval required to proceed." When invoked by `/goal`, return the finished plan to `/goal` for one combined approval with the goal contract.
## Recovery
- Ambiguity Error → If research is inconclusive, ask the User clarifying questions. Do not guess.
- Conflict Error → If existing code conflicts with the vision, flag it in the plan as a "Risk".
## Out of Scope
- Writing the code (delegate to `/build`).
## Cognitive Frameworks
### Operation Modes
- **Mode A (New Feature)**: Write a PRD. Focus on solving the real problem.
- **Mode B (Refactor/Fix)**: Write an RFC. Simplify ruthlessly.
- **Mode C (Evolution)**: Update the Soul (`00_soul.md`). Think different.
### The 5-Second Rule
If a developer reading the plan cannot begin executing an item in 5 seconds, it is not atomic. Split compound actions into single, executable steps with exact file names.
## Reference Library
- **[Completion Attestation](../../ops/core/references/completion_attestation.md)**: Required evidence format.
## Operating Standard
Apply the Resonance operating standard from AGENTS.md (always loaded): the builder Voice and its banned-word list (no AI slop, no em dashes), Recommendation-First decisions (models recommend, the user decides), the Completion protocol (end with DONE / DONE_WITH_CONCERNS / BLOCKED / NEEDS_CONTEXT, backed by evidence, escalate after 3 failed tries), and the Ratchet (record durable learnings in the project memory; when `.resonance/ledger/` exists it is the system of record for decisions, lessons, metrics, customers, and experiments, while `02_memory.md` keeps `[lib]` notes and pointers).
> **Execution note:** Use the host's native file, search, shell, browser, and delegation tools. Follow the procedure and verify material claims with evidence. Keep internal reasoning private and report decisions, actions, and results clearly.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!