← Back to Claude Skills

/createplan

AI-powered implementation planning with agent assignments and parallel execution

v1.0.0 - Agent Parallelization

Invoke this skill in Claude Code:

/createplan Build the stock portfolio tracker

Workflow Position

1
/createsolution
2
/createplan
You are here
3
/executeplan
4
/gitlab-board

From Solution to Actionable Plan

Takes a solution from /createsolution and produces a phased implementation plan. Three AI models create independent plans, which are synthesized and peer-reviewed to produce a final plan with agent assignments and parallel execution guidance.

Workflow Steps

Step 1: Resolve project name (from solution YAML frontmatter) Step 2: Clarify & format the plan ask Step 3: Parallel Plan Generation (3 AI models simultaneously) | Claude — Practical execution & integration focus | Gemini — Architecture, user workflows, system integration | Codex — Technical implementation, code structure, feasibility Step 4: Plan Synthesis (merge best elements, resolve conflicts) Step 5: Peer Review (Gemini + Codex review the draft, in parallel) | Check agent assignments, parallel groups, dependencies | Identify missed parallelization opportunities Step 6: Final Plan (incorporate feedback, identify grey areas) Step 7: Executive HTML presentation on nginx

5 Available Agents

PM

PM

Task sequencing, milestone tracking, cross-agent coordination

AR

Architect

Infrastructure design, tech stack decisions, integration patterns

SC

Security

OAuth2, firewall rules, SSL/TLS, security hardening

DV

Developer

Coding, Docker deployment, database ops, bug fixes

QA

QA

Test specs, CI pipeline, validation, acceptance criteria

Parallel Execution

Tasks run simultaneously when safe

The plan identifies which tasks can run in parallel (same group letter) vs. sequential (dependencies). Multiple developers can work on different services simultaneously, while architects plan the next phase.

Final Plan Structure

Executive Summary

2-3 paragraph overview of the project scope and approach.

Phase Breakdown

Organized phases with tasks, agents, parallel groups, and dependencies.

Dependency Graph

Mermaid diagram showing task dependencies and parallel execution paths.

Grey Areas

Decisions requiring human input before implementation. Become DECISION cards in /executeplan.

Risk Register

Potential blockers and mitigations identified during planning.

Agent Workload

Tasks per agent with parallel execution opportunities for balanced distribution.

Artifacts Produced

8 files generated

Usage

# Create implementation plan (reads solution from createsolution)
/createplan Build the stock portfolio tracker

# Output locations:
# Markdown: ~/projects/ainotes/shared/createplan/
# HTML: nginx.ai-servicers.com/{username}/createplan/{descriptor}/

Related Skills

/createsolution

AI Board Review for solution design - run this first to define what to build.

/executeplan

Creates GitLab board from plan artifacts with trackable cards.

/gitlab-board

Board automation - processes ready cards, executes work, manages the kanban flow.