Back to Skills

planning-workflow

romiluz13
Updated Today
24 views
15
3
15
View on GitHub
Designautomationdesign

About

This planning workflow skill must be activated exclusively through the cc10x-orchestrator when plan intent is detected. It takes a functionality-first approach by analyzing user, admin, system, and integration flows before planning supporting features. The workflow runs requirements intake and planning subagents to compile a complete development plan.

Documentation

Planning Workflow - Functionality First

Functionality First Mandate

BEFORE planning features, understand functionality:

  1. What functionality needs to be planned?

    • What are the user flows?
    • What are the admin flows?
    • What are the system flows?
    • What are the integration flows?
  2. THEN plan - Plan features to support that functionality

  3. Use subagents - Apply planning subagents AFTER functionality is understood


Coordinates structured planning and delegated analysis with functionality-first approach.

Quick Start

Plan features by first understanding functionality, then creating structured plan.

Example:

  1. Understand functionality: User needs file upload (User Flow: select → upload → confirm)
  2. Requirements intake: Goals, user stories, acceptance criteria
  3. Delegate analysis: planner subagent (consolidates planning-architecture-risk and planning-design-deployment)
  4. Compile plan: Architecture, components, risks, implementation roadmap
  5. Verify: Plan covers all functionality flows

Result: Complete plan aligned with functionality requirements.

Requirements

Dependencies:

  • cc10x-orchestrator - Must be activated through orchestrator (do not use directly)
  • planning-patterns - Required for requirements mapping and structured planning (consolidates requirements-analysis and feature-planning)
  • Planning subagents - planner subagent (consolidates planning-architecture-risk and planning-design-deployment)

Prerequisites:

  • Phase 0 (Functionality Analysis) completed via orchestrator
  • Functionality flows understood (user flow, admin flow, system flow, integration flow)

Tool Access:

  • Required tools: Read, Grep, Glob, Task, Bash
  • Task tool: Used to invoke planning subagents

Planning Subagents:

  • planner - Analyzes architecture, risks, design, and deployment (consolidates planning-architecture-risk and planning-design-deployment)

Process

For complete instructions, see plugins/cc10x/skills/cc10x-orchestrator/workflows/plan.md.

Quick Reference

Decision Tree:

PLANNING NEEDED?
│
├─ Understand Functionality First
│  ├─ User/Admin/System/Integration flows identified? → Continue
│  └─ Not identified? → STOP, complete functionality analysis first
│
├─ Complexity Check
│  ├─ Score <=2? → Continue
│  └─ Score >2? → STOP, break down into smaller features
│
├─ Requirements Intake
│  ├─ Goals, stories, acceptance criteria clear? → Continue
│  └─ Not clear? → STOP, clarify requirements
│
├─ Delegate Analysis
│  ├─ planner subagent (consolidates planning-architecture-risk and planning-design-deployment)
│  ├─ Analysis complete? → Continue
│  └─ Not complete? → Wait for subagent
│
└─ Consolidate Plan
   ├─ Plan complete? → Verify
   └─ Plan incomplete? → Return to requirements intake
  • Gate: use the orchestrator's Complexity Rubric; confirm if score <=2
  • Intake: summarise goals, stories, acceptance criteria, assumptions
  • Delegate: planner subagent (consolidates planning-architecture-risk and planning-design-deployment)
  • Output: consolidated plan + Verification Summary

Output Format (REQUIRED)

MANDATORY TEMPLATE - Use exact structure from orchestrator:

# Planning Report

## Executive Summary

[2-3 sentences summarizing scope, constraints, goals, and overall plan status]

## Actions Taken

- Skills loaded: planning-patterns (consolidates requirements-analysis, feature-planning), architecture-patterns, risk-analysis, component-design-patterns, deployment-patterns
- Subagents invoked: planner (consolidates planning-architecture-risk, planning-design-deployment)
- Inputs reviewed: [list]
- Tools used: [list]

## Findings / Decisions

### Requirements Overview

- Goals: [list]
- User Stories: [list with acceptance criteria]
- Stakeholders: [list]
- Constraints: [list]

### Architecture & Component Design

- System Context: [textual diagram]
- Container View: [components and responsibilities]
- Component Breakdown: [detailed components]
- Data Models: [tables, entities, relationships]

### API/Data Models

- Endpoints: [list with contracts]
- Data Models: [entities with fields]
- Integration Points: [external services, events]

### Risk Register

- Risk 1: [description] - Probability: [1-5] - Impact: [1-5] - Score: [P×I] - Mitigation: [action] - Owner: [role]

### Implementation Roadmap

- Phase 1: [components] - Dependencies: [list] - Files: [manifest]
- Phase 2: [components] - Dependencies: [list] - Files: [manifest]

### Testing & Deployment Strategy

- Unit Testing: [approach]
- Integration Testing: [approach]
- Deployment: [strategy, rollback plan]

## Verification Summary

Scope: <feature/system planned>
Inputs: <sources reviewed>
Decisions: <key architecture decisions with rationale>
Open Questions: <items awaiting user confirmation>
Implementability: <all checks passed or concerns flagged>

## Recommendations / Next Steps

[Prioritized: Critical decisions needed, then implementation phases]

## Open Questions / Assumptions

[If any conflicts detected, implementability concerns, or assumptions made]

Troubleshooting

Common Issues:

  1. Functionality not understood before planning

    • Symptom: Planning without understanding user/admin/system flows
    • Cause: Skipped functionality analysis
    • Fix: Complete functionality analysis first, then plan
    • Prevention: Always understand functionality before planning
  2. Requirements not mapped to flows

    • Symptom: Requirements listed but not connected to flows
    • Cause: Skipped requirements mapping phase
    • Fix: Map requirements to functionality flows
    • Prevention: Always map requirements to flows
  3. Plan doesn't cover all flows

    • Symptom: Missing implementation for some flows
    • Cause: Didn't check flow coverage
    • Fix: Review plan, ensure all flows covered
    • Prevention: Always verify flow coverage in plan

If issues persist:

  • Verify functionality analysis was completed first
  • Check that requirements were mapped to flows
  • Ensure plan covers all functionality flows
  • Review workflow instructions in workflows/plan.md

Validation Checklist:

  • Executive Summary present (2-3 sentences)
  • Verification Summary includes inputs, decisions, open questions
  • All architecture decisions have rationale
  • Risk register includes probability/impact scores
  • File manifest and roadmap include dependencies
  • Implementability checks documented
  • Conflicts resolved or flagged
  • All subagents/skills documented in Actions Taken

Quick Install

/plugin add https://github.com/romiluz13/cc10x/tree/main/planning-workflow

Copy and paste this command in Claude Code to install this skill

GitHub 仓库

romiluz13/cc10x
Path: plugins/cc10x/skills/planning-workflow

Related Skills

sglang

Meta

SGLang is a high-performance LLM serving framework that specializes in fast, structured generation for JSON, regex, and agentic workflows using its RadixAttention prefix caching. It delivers significantly faster inference, especially for tasks with repeated prefixes, making it ideal for complex, structured outputs and multi-turn conversations. Choose SGLang over alternatives like vLLM when you need constrained decoding or are building applications with extensive prefix sharing.

View skill

langchain

Meta

LangChain is a framework for building LLM applications using agents, chains, and RAG pipelines. It supports multiple LLM providers, offers 500+ integrations, and includes features like tool calling and memory management. Use it for rapid prototyping and deploying production systems like chatbots, autonomous agents, and question-answering services.

View skill

Algorithmic Art Generation

Meta

This skill helps developers create algorithmic art using p5.js, focusing on generative art, computational aesthetics, and interactive visualizations. It automatically activates for topics like "generative art" or "p5.js visualization" and guides you through creating unique algorithms with features like seeded randomness, flow fields, and particle systems. Use it when you need to build reproducible, code-driven artistic patterns.

View skill

webapp-testing

Testing

This Claude Skill provides a Playwright-based toolkit for testing local web applications through Python scripts. It enables frontend verification, UI debugging, screenshot capture, and log viewing while managing server lifecycles. Use it for browser automation tasks but run scripts directly rather than reading their source code to avoid context pollution.

View skill