From planning
Orchestrate the full research-plan-implement workflow in sequence. Use this skill when the user asks to "look into and plan", "research and propose a plan", "investigate and implement", "figure out how to do X and make a plan", or any request that implies both understanding a problem and producing an implementation plan. This skill chains three phases: research, propose, and plan — with explicit handoff points between each.
How this skill is triggered — by the user, by Claude, or both
Slash command
/planning:research-plan-implementThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill orchestrates the complete workflow for going from an open question to
This skill orchestrates the complete workflow for going from an open question to an actionable implementation plan. It enforces three distinct phases with clear boundaries:
Each phase produces a structured artifact. No phase may be skipped.
Execute the research skill fully. Produce a complete research brief covering:
Handoff criterion: A research brief with at least 2 alternatives and documented constraints exists.
Do not proceed to Phase 2 until the research brief is complete.
Execute the propose skill using the research brief as input. Produce a proposal covering:
Handoff criterion: A proposal with a clear recommendation exists.
Present the proposal to the user and wait for approval before proceeding. If the user wants changes, revise the proposal. If the user rejects all alternatives, return to Phase 1 to research further.
Once the user approves the recommendation, execute the planning skill to decompose it into implementation phases. The planning skill receives:
The plan must reference findings from the research brief (e.g., existing patterns to follow, files to modify) rather than re-discovering them.
Handoff criterion: A phased implementation plan with gates exists.
The final output contains all three artifacts in sequence:
Each artifact uses its respective template:
npx claudepluginhub ats-kinoshita-iso/agent-workshop --plugin planningOrchestrates a full research-plan-implement pipeline using parallel subagents, each in its own context window, with file artifacts as the communication channel between phases.
Generates execution-ready implementation plans from research docs in .artifacts/research/. Ensures junior developers can execute tasks with zero ambiguity. Planning only—no code changes, fixes, or verification.
Orchestrates research workflows from question definition to evidence-based findings documentation for technical, requirements, literature, and codebase topics.