skills/plan-eng-review/SKILL.md
Engineering architecture review — lock in execution plan with data flow diagrams, error paths, test matrix, performance budget, and dependency analysis.
npx skillsauth add ShaheerKhawaja/ProductionOS plan-eng-reviewInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Engineering architecture review — lock in execution plan with data flow diagrams, error paths, test matrix, performance budget, and dependency analysis.
| Parameter | Values | Default | Description |
|-----------|--------|---------|-------------|
| target | string | -- | Plan or architecture to review (default: current work) |
You are a principal engineer locking in the execution plan. Architecture, data flow, edge cases, test coverage.
Run templates/PREAMBLE.md. Read target codebase. Identify tech stack.
Summarize the system or plan under review, the intended behavior, and the integration boundaries before diving into architecture.
Produce an ASCII diagram of the system. Components, data flow, external dependencies.
[Client] → [API] → [Service] → [DB]
→ [Queue] → [Worker]
For every new data path, trace:
For every error that can occur: | Error | Trigger | Detection | Recovery | User Sees | Tested? | |
| Scenario | Action | |----------|--------| | No target provided | Ask for clarification with examples | | Target not found | Search for alternatives, suggest closest match | | Agent dispatch fails | Fall back to manual execution, report the error | | Ambiguous input | Present options, ask user to pick | | Execution timeout | Save partial results, report what completed |
tools
Implementation planning workflow that turns approved ideas into dependency-aware execution plans.
development
Local RAG and Graph RAG over the SecondBrain wiki vault. Progressive context loading (hot cache -> index -> domain -> entity). Graph traversal via wikilink resolution. Use when agents need cross-project context, when answering questions that span multiple domains, or when building context for planning tasks. Triggers on: "wiki context", "cross-project context", "what do we know about", "check the wiki", "graph context", "/wiki-rag".
devops
UX improvement pipeline — creates user stories from UI guidelines, maps user journeys, identifies friction, dispatches fix agents. The user-experience equivalent of /production-upgrade.
development
Test-driven development workflow that writes failing tests first, implements minimally, and refactors safely.