blueprint-execute
SolidBlueprint meta command: determine and execute the next logical action. Use when asked 'what's next?', 'continue blueprint', or 'run blueprint' without a subcommand.
Web & Frontend 48 stars
6 forks Updated today MIT
Install
Quality Score: 80/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
Intelligent meta command that analyzes repository state and executes the appropriate blueprint action.
## When to Use This Skill
| Use this skill when... | Use blueprint-status instead when... |
|---|---|
| You want auto-detection of init/upgrade/derive/generate/execute steps | You only want to view status without taking action |
| You're resuming a project after pulling and want "what's next?" | You want a read-only report with `--report-only` |
| You want one entry point that delegates to specific blueprint skills | Use blueprint-init instead when bootstrapping a brand-new project |
| You say things like "run blueprint" without specifying a command | Use blueprint-upgrade instead when you know you need to migrate |
**Concept**: Run this command anytime to automatically determine what should happen next in your blueprint workflow. Safe to run repeatedly - it's idempotent and will always figure out the right action.
**Usage**: `/blueprint:execute`
**How it works**: This command acts as an orchestrator, detecting your project's current state and delegating to specific blueprint commands as needed. It uses parallel agents for efficient context gathering.
For detailed AskUserQuestion templates, examples, and common workflows, see [REFERENCE.md](REFERENCE.md).
---
## Interaction Mode
Before any closing `AskUserQuestion` menu, resolve the automation config:
```bash
bash "${CLAUDE_SKILL_DIR}/../../scripts/get-automation-config.sh"
```
When `EFFECTIVE_INTERACTION_MODE=qui...
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
Data & Documents Solid
blueprint-autopilot
Run due blueprint maintenance ambiently at autonomy level 2+. Use when a drift nudge reports blueprint tasks due or suggests /blueprint:autopilot.
48 Updated today
laurigates Testing & QA Solid
blueprint-development
Generate project-specific rules from PRDs for Blueprint Development. Use when generating architecture, testing, or quality rules from requirements documents.
48 Updated today
laurigates AI & Automation Solid
blueprint-autonomy-level3
Install blueprint autonomy level 3 (ADR-0020): scheduled-autorun + approved-work-order-execution GitHub workflows. Use when enabling out-of-band blueprint automation in a repo.
48 Updated today
laurigates