← ClaudeAtlas

blueprint-work-orderlisted

Create a work-order for isolated subagent execution, optionally linked to a GitHub issue. Use when breaking a PRP into delegatable tasks or spawning from an issue.
laurigates/claude-plugins · ★ 37 · AI & Automation · score 80
Install: claude install-skill laurigates/claude-plugins
Generate a work-order document for isolated subagent execution with optional GitHub issue integration. ## When to Use This Skill | Use this skill when... | Use blueprint-prp-create instead when... | |---|---| | You're breaking a PRP into delegatable subagent tasks | You're creating the PRP itself with full research and validation gates | | You want a focused TDD task packet with minimal context | You need a comprehensive context-gathered implementation plan | | You want to spawn a work-order from an existing PRP (`--from-prp`) | Use blueprint-prp-execute instead when running an already-written PRP | | You're creating a work-order from a GitHub issue (`--from-issue`) | Use confidence-scoring instead to evaluate readiness before delegating | ## Flags | Flag | Description | |------|-------------| | `--no-publish` | Create local work-order only, skip GitHub issue creation | | `--from-issue N` | Create work-order from existing GitHub issue #N | | `--from-prp NAME` | Create work-order from existing PRP (auto-populates context) | **Default behavior**: Creates both local work-order AND GitHub issue with `work-order` label. ## Prerequisites - Blueprint Development initialized (`docs/blueprint/` exists) - At least one PRD exists (unless using `--from-issue` or `--from-prp`) - `gh` CLI authenticated (unless using `--no-publish`) --- ## Mode: Create from PRP (`--from-prp NAME`) When `--from-prp NAME` is provided: 1. **Read PRP**: ```bash cat docs/prps/$NAME.md ``` 2.