Pre-work assessment: classify, scope, impact analysis, implementation specs.
Scanned 5/27/2026
Install via CLI
openskills install hrconsultnj/claude-plugins---
name: blueprint
description: Pre-work assessment: classify, scope, impact analysis, implementation specs.
argument-hint: "[feature description] [--skip-graph] [--quick]"
---
Structured "think before building" step — from requirements discovery through implementation planning. Like building a house: the architect surveys the land and gathers requirements (Phase 0), then draws the blueprint with structural specs (Phase 1). One skill, two phases.
## Progress Tracking
This skill uses TaskCreate for progress tracking. Before starting work:
1. Create one task per major step using TaskCreate
2. Set each task to `in_progress` when starting it (TaskUpdate)
3. Mark `completed` when done
4. Write deliverables to files, not inline — inline text is for communication only
## Content Loading
**Preferred (MCP tool):**
Invoke the `composure_fetch_skill` MCP tool with:
- `plugin`: `"composure"`
- `skill`: `"blueprint"`
- `step`: the step filename without the `.md` extension (e.g., `"01-classify"`)
**Fallback (Bash CLI — for sandbox environments where MCP servers are not available):**
```bash
<home>/.composure/bin/composure-fetch.mjs skill composure blueprint {step-filename}
```
Replace `<home>` with the user's **resolved absolute home directory** (e.g., `/Users/username` on macOS, `/home/username` on Linux). Do NOT use `$HOME`, `~`, or quotes — Claude Code permissions require the literal path.
**Do NOT read cache files directly** — they are encrypted at rest. Always use one of the methods above.
## Steps
| # | File |
|---|------|
| 1 | `00a-preflight.md` |
| 2 | `00b-intent-analysis.md` |
| 3 | `00c-ecosystem-research.md` |
| 4 | `00d-stack-options.md` |
| 5 | `00e-requirements-confirm.md` |
| 6 | `00f-scaffold.md` |
| 7 | `00g-auto-initialize.md` |
| 8 | `01-classify.md` |
| 9 | `02-graph-scan.md` |
| 10 | `03-impact-analysis.md` |
| 11 | `04a-load-docs.md` |
| 12 | `04b-write-blueprint.md` |
| 13 | `04c-handoff.md` |
## Templates
- `00c-ecosystem-research.md`
- `00d-stack-options.md`
- `00e-requirements-summary.md`
- `04b-blueprint-document.md`
No comments yet. Be the first to comment!
Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.
SEO optimization with keyword analysis, readability assessment, technical validation, content quality. Use for search rankings, blog posts, content audits, or encountering keyword density, readability scores, meta tags, schema markup errors.
Python backend development expertise for FastAPI, security patterns, database operations, Upstash integrations, and code quality. Use when: (1) Building REST APIs with FastAPI, (2) Implementing JWT/OAuth2 authentication, (3) Setting up SQLAlchemy/async databases, (4) Integrating Redis/Upstash caching, (5) Refactoring AI-generated Python code (deslopification), (6) Designing API patterns, or (7) Optimizing backend performance.
Drive the full internationalization journey for a project — detect the stack, recommend a library, set up the chosen library, wrap existing strings, and optionally connect a translation platform. Use when the user asks to add or configure i18n, internationalization, localization, multi-language support, or translations — including when they explicitly mention LinguiJS, Lingui, next-intl, "wrap strings", "find hardcoded text", "make my app translatable", or "set up translations". Triggers on g...
PTES-aligned adversarial security audit for backend, frontend, and mobile applications. Produces a CVSS-scored Hacker Report with verified PoCs and phased remediation.