blueprint-development

Solid

Generate project-specific rules from PRDs for Blueprint Development. Use when generating architecture, testing, or quality rules from requirements documents.

Testing & QA 48 stars 6 forks Updated today MIT

Install

View on GitHub

Quality Score: 80/100

Stars 20%
56
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# /blueprint:development Guide and reference for the Blueprint Development methodology that generates project-specific behavioral rules and workflow commands from PRDs (Product Requirements Documents). ## When to Use This Skill | Use this skill when... | Use alternative when... | |------------------------|-------------------------| | Starting Blueprint Development in a project | Project is already using Blueprint (use `/blueprint:status`) | | Need to generate rules from PRDs | Starting a brand new project with no PRD yet | | Want project-specific behavioral guidelines | Using generic development practices | | Creating workflow automation for a project | Working on isolated tasks without project context | For detailed rule templates, command templates, and generation guidelines, see [REFERENCE.md](REFERENCE.md). ## Context - Blueprint initialized: !`find . -path '*/docs/blueprint/*' -maxdepth 3 -name 'manifest.json' -type f` - PRDs present: !`find . -path '*/docs/prds/*' -name "*.md" -type f` - Rules directory: !`find . -path '*/.claude/rules' -maxdepth 2 -type d` - Existing rules: !`find . -path '*/.claude/rules/*' -maxdepth 3 -name "*.md"` - Project type: !`find . -maxdepth 1 \( -name 'package.json' -o -name 'pyproject.toml' -o -name 'Cargo.toml' -o -name 'go.mod' \) -type f -print -quit` ## Execution Execute the complete Blueprint Development setup and rule generation workflow: ### Step 1: Verify project readiness Check context values above: 1. If Blueprint initi...

Details

Author
laurigates
Repository
laurigates/claude-plugins
Created
7 months ago
Last Updated
today
Language
Shell
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category