process-bootstrap

Orchestrates full project setup from PRD verification through standards generation and PM tool configuration.

Updated Mar 31, 2026
One-click install
npx skills add https://github.com/learnn-com/engineering-kb --skill process-bootstrap-learnn-com
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: process-bootstrap
Source: https://github.com/learnn-com/engineering-kb/tree/main/.skills/process-bootstrap
Command: npx skills add https://github.com/learnn-com/engineering-kb --skill process-bootstrap-learnn-com

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Setting up a new project involves many scattered decisions: verifying the PRD, categorizing the project, generating architecture and tech-stack standards, configuring quality gates, and wiring up a PM tool. This Skill orchestrates that entire sequence as one idempotent workflow, so nothing is missed and re-running it resumes from the first incomplete phase instead of starting over. ## Core Features & Use Cases - Phased orchestration: Runs PRD verification, project categorization (Type A/B/C), checklist completion, standards generation, quality gate setup, and PM tool configuration in order, with HALT conditions when developer input is required. - Skill composition: Delegates to /process-specify-prd, /capability-setup-pm, /capability-record-decision, and optional assess-* skills, degrading gracefully when any are not installed. - Idempotent resume: Detects existing PRDs, decision-log entries, adoption files, and quality gate registries, skipping completed phases on re-invocation. - Use Case: After writing a PRD for a new product, invoke this Skill to categorize the project, generate architecture.md, tech-stack.md, and way-of-working.md adoption files, register quality gates, and configure the PM tool — with every decision recorded as an ADL or ADR. ## Quick Start Ask the AI to bootstrap the project from the existing PRD, generating all adoption files, quality gates, and PM tool configuration.

Frequently Asked Questions about process-bootstrap

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

FAQPage Schema
How do I bootstrap a new project from a PRD?▼

Invoke the bootstrap workflow after writing your PRD. It verifies the PRD is populated, categorizes the project as Type A, B, or C, generates adoption files for architecture, tech stack, and way-of-working, then configures quality gates and the PM tool.

What happens if I re-run project bootstrap on a partially set up project?▼

Re-invocation is safe and idempotent. Each phase checks for existing outputs such as a populated PRD, categorization ADL entries, adoption files, and quality gate registries, then resumes from the first incomplete phase without redoing finished work.

Does project bootstrap work without the assess-* skills installed?▼

Yes, it degrades gracefully. If assess-* skills are missing, it skips the automated assessment phase, references the guideline files directly, and asks the developer to make decisions manually, logging a warning about the missing skills.

When does the bootstrap workflow halt and require input?▼

It halts when the PRD is missing or still a template, when project categorization is rejected, when a critical technical decision is unresolved, or when a generated adoption file is rejected. It reports the blocker and waits for the developer.

How are decisions recorded during project setup?▼

Every significant decision is recorded via the record-decision skill. Non-architectural decisions like categorization and quality gates go to the ADL decision log, while architectural decisions become ADRs, creating a full audit trail.