project-planning

Generate phase-based implementation planning documents for Cloudflare Workers/React projects.

961|99|Updated Oct 20, 2025
One-click install
npx skills add https://github.com/jezweb/claude-skills --skill project-planning-jezweb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-planning
Source: https://github.com/jezweb/claude-skills/tree/main/skills/project-planning
Command: npx skills add https://github.com/jezweb/claude-skills --skill project-planning-jezweb

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill eliminates the chaos of unstructured development by generating comprehensive planning documentation with context-safe phases, verification criteria, and file-level navigation.

Core Features & Use Cases

  • Structured Planning: Break complex projects into manageable phases with clear verification and exit criteria.
  • File-Level Navigation: Shows exactly which files to create/modify, their purpose, dependencies, and gotchas.
  • Use Case: When starting a new Cloudflare Workers/React project, use this Skill to create IMPLEMENTATION_PHASES.md plus conditional docs for databases, APIs, and UI components.
  • Real-World Example: "I want to build a task management app with authentication" → Skill generates 6-8 phases with file maps, data flow diagrams, and security considerations.

Quick Start

Use the project-planning skill to generate implementation phases for a new URL shortener with analytics dashboard.

Frequently Asked Questions about project-planning

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

FAQPage Schema
How do I break down a web project into planning phases with verification criteria?

Phase-based project planning structures complex projects into sequential stages—Infrastructure, Database, API, UI, Integration, Testing—each with clear verification criteria and exit conditions. This approach eliminates unstructured development by mapping dependencies, file-level changes, and gotchas upfront, enabling teams to track progress objectively.

Can I generate implementation documentation automatically for a Cloudflare Workers or React project?

Yes. Automated planning documentation generates IMPLEMENTATION_PHASES.md with conditional outputs like DATABASE_SCHEMA.md, API_ENDPOINTS.md, ARCHITECTURE.md, UI_COMPONENTS.md, CRITICAL_WORKFLOWS.md, and SESSION.md. This enforces phase scope and dependency constraints while providing file-level navigation for every change.

What's included in context-safe project planning documentation?

Context-safe documentation specifies exact files to create or modify, their purpose, dependencies, data flow diagrams, security considerations, and verification exit criteria. It shows file-level navigation and implementation gotchas, enabling developers to understand scope and dependencies before writing code.

When should I use structured implementation phases instead of informal planning?

Use structured phases when starting new Cloudflare Workers or React projects or adding major features. Phase-based planning is essential for multi-component systems requiring authentication, databases, APIs, or UI complexity—it prevents scope creep, clarifies handoffs, and makes verification testable.

How do implementation phases handle file dependencies and verification?

Each phase documents required files, their interdependencies, and measurable exit criteria. Dependency constraints ensure later phases don't proceed until prerequisites are complete. Verification rules make phase completion objective and traceable across Infrastructure, Database, API, UI, Integration, and Testing stages.

Does phase-based planning work for both backend and frontend development?

Yes. Planning phases cover full-stack workflows: Infrastructure (deployment setup), Database (schema and migrations), API (endpoints and security), UI (component architecture and state), Integration (third-party services), and Testing (coverage and verification). Each phase applies to Cloudflare Workers backends and React frontends.