setup

Automate Spec-Driven Development and TDD bootstrap by generating CLAUDE.md and configuring .claude settings.

6|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/nesquikm/dev-process-toolkit --skill setup-nesquikm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup
Source: https://github.com/nesquikm/dev-process-toolkit/tree/main/plugins/dev-process-toolkit/skills/setup
Command: npx skills add https://github.com/nesquikm/dev-process-toolkit --skill setup-nesquikm

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Project teams using Spec-Driven Development and TDD often face slow onboarding and inconsistent tooling. This Skill automates the initial bootstrap by generating CLAUDE.md, configuring settings, and optionally scaffolding spec templates to align workflows across projects.

Core Features & Use Cases

  • Auto-detects the project's tech stack (Node/TypeScript, Python, Flutter/Dart, Go) and scaffolds a gate-ready baseline.
  • Generates CLAUDE.md with project name, detected stack, and gating commands; creates .claude/settings.json with canonical permissions.
  • Optionally creates specs (requirements.md, technical-spec.md, testing-spec.md, plan.md) to bootstrap the Spec-Driven Development workflow.
  • Configures MCP integration and tracker-mode options for Linear, Jira, or none; ensures gate checks for onboarding.

Quick Start

Run /setup in a new or existing project to bootstrap the SDD/TDD workflow and generate the canonical CLAUDE.md and settings.

Frequently Asked Questions about setup

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

FAQPage Schema
How do I bootstrap a Spec-Driven Development and TDD workflow for a new project?

You can bootstrap Spec-Driven Development and TDD workflows by running /setup to auto-generate CLAUDE.md, configure .claude settings, and scaffold optional spec templates like requirements.md and plan.md.

Can I automate CLAUDE.md configuration and gate checks for an existing TypeScript or Python project?

Yes, you can automate CLAUDE.md configuration and gate checks for existing TypeScript, Python, Flutter, or Go projects by running /setup, which auto-detects your stack and applies deterministic commit hooks.

What is the best way to integrate Linear or Jira tracker-mode readiness into a TDD project setup?

Integrating Linear or Jira tracker-mode readiness into TDD setup involves configuring MCP integration options during the bootstrap phase to ensure gate checks align with your project management tracking.

Does the automated SDD setup scaffolding work with Flutter and Go tech stacks?

Yes, the automated SDD setup scaffolding works with Flutter and Go stacks, alongside Node/TypeScript and Python, adapting the generated gating commands and baseline configuration to the detected environment.

What specs are generated when bootstrapping a Spec-Driven Development workflow?

Bootstrapping a Spec-Driven Development workflow optionally generates specs including requirements.md, technical-spec.md, testing-spec.md, and plan.md to align project workflows and establish baseline documentation.

Why should I use an automated bootstrap for TDD instead of manually configuring settings?

Automated TDD bootstrap eliminates onboarding friction and inconsistent tooling by generating canonical permissions, deterministic commit hooks, and gate-ready baselines across multiple tech stacks in a single repeatable path.