init-project

Scaffold Claude Code projects with environment checks, governance policies, and directory structures.

27|3|Updated Jan 4, 2026
One-click install
npx skills add https://github.com/JeremyKalmus/parade --skill init-project-jeremykalmus
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: init-project
Source: https://github.com/JeremyKalmus/parade/tree/main/.claude/skills/init-project
Command: npx skills add https://github.com/JeremyKalmus/parade --skill init-project-jeremykalmus

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Init Project Skill scaffolds a new Claude Code project by guiding an environment check, constitution creation, governance setup, and optional design system and agents.

Core Features & Use Cases

  • Phase-driven wizard that validates .parade/ and .beads/ presence, auto-detects existing project.yaml, and writes a complete project.yaml with scaffolded docs and governance policies.
  • Generates a comprehensive constitution and governance artifacts, and can optionally enable a design system with starter templates and design docs.
  • Creates a scalable directory scaffold for .claude/, .beads/, and .design/ along with agent prompts for custom SMEs and downstream workflow steps like discovery and task execution.

Quick Start

  • Start the guided setup by running the Claude Skill: "/init-project" in your project context or bootstrap quickly with "npx parade-init" to create initial scaffolding and skills.

Frequently Asked Questions about init-project

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

FAQPage Schema
How do I scaffold a new Claude Code project with governance policies and custom agents?

To scaffold a Claude Code project, run the guided setup wizard which validates directories, auto-detects existing configurations, generates governance policies, and provisions custom SME agents. This orchestrates end-to-end environment setup for downstream task execution workflows.

What is the best way to set up project governance and constitution files for AI coding workflows?

Setting up project governance requires generating a comprehensive constitution and policy artifacts. The setup process auto-detects existing project.yaml files and writes a complete configuration with scaffolded docs, ensuring scalable directory structures for AI-assisted development.

Can I configure a monorepo with a design system and custom agents in Claude Code?

Yes, monorepo configurations are supported alongside single-app setups. The scaffolding process creates scalable directory structures for .claude/ and .design/, optionally enabling a design system with starter templates while provisioning custom subject matter expert agents.

Does the project setup wizard auto-detect existing project.yaml configurations?

Yes, the project setup wizard auto-detects pre-existing project.yaml configurations. It validates the presence of .parade/ and .beads/ directories before writing a complete project.yaml file with scaffolded documentation and governance policies.

How do I bootstrap initial scaffolding and skills for a Claude Code workflow quickly?

You can bootstrap quickly using the npx parade-init command to create initial scaffolding and skills, or start the full guided setup by running the init-project command directly within your project context for comprehensive environment configuration.

When should I not use automated project scaffolding for AI development environments?

Automated project scaffolding should be avoided if you need granular manual control over directory structures or if your project requires highly customized governance policies that deviate significantly from standard constitution generation and design system templates.