002-setup-project

Generate project scaffolds with ARCHITECTURE.md, tasks.json, and CONTEXT.md.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/PaulCrossland1/claude-code-skills --skill 002-setup-project
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 002-setup-project
Source: https://github.com/PaulCrossland1/claude-code-skills/tree/main/002-setup-project
Command: npx skills add https://github.com/PaulCrossland1/claude-code-skills --skill 002-setup-project

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill converts project requirements into a structured, executable scaffold, empowering teams to move from ideation to action with clearly defined tasks and artifacts.

Core Features & Use Cases

  • Transforms PRD or chat-derived requirements into ARCHITECTURE.md, tasks.json, and CONTEXT.md ready for execution.
  • Generates a repeatable project setup pipeline for medium-to-large scope projects that require disciplined task breakdown and traceability.
  • Use Case: After running /001-scope-project, run this skill to produce a complete scaffold for the project, including environment setup docs.

Quick Start

Run /project-setup to generate the initial project scaffold from your requirements.

Frequently Asked Questions about 002-setup-project

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

FAQPage Schema
How do I convert project requirements into an executable scaffold with task breakdown?

Project scaffold generation creates a ready-to-run project structure from your requirements, producing ARCHITECTURE.md, tasks.json, CONTEXT.md, and ENV-SETUP.md. It applies to medium-to-large scope projects requiring disciplined task breakdown, traceability, and reproducible setup with verifiable success criteria.

Can I generate architecture and task documentation from a PRD automatically?

Yes, you can generate architecture and task documentation by transforming a PRD or chat-derived requirements into structured files. This automated workflow produces ARCHITECTURE.md and tasks.json, enforcing verifiable success criteria and creating rich subagent prompts for project execution.

What is the best way to structure tasks for medium-to-large scope software projects?

The best way to structure tasks for medium-to-large projects is using a reproducible setup pipeline that generates a tasks.json file with traceable breakdown. This enforces verifiable success criteria and produces rich subagent prompts to guide execution from architecture to implementation.

Does project scaffolding work for reproducible environment setup and agent briefing?

Yes, project scaffolding supports reproducible environment setup by generating ENV-SETUP.md alongside architecture and context documentation. It includes rich subagent briefing prompts to ensure agents have the necessary structured context for executing defined project tasks.

When do I need to generate a complete project scaffold with traceability?

You need to generate a complete project scaffold with traceability when moving from ideation to action on medium-to-large scope projects. It is required when your project demands disciplined task breakdown, verifiable success criteria, and reproducible setup documentation to ensure structured execution.

What limitations exist when automating workflow from requirements to project scaffold?

A limitation of automating workflow from requirements to scaffold is that it targets medium-to-large scope projects needing disciplined task breakdown, meaning it may be excessive for simple tasks. It requires initial requirements to be defined prior to generating the architecture and task structure.