From productionos
Engineering architecture review — lock in execution plan with data flow diagrams, error paths, test matrix, performance budget, and dependency analysis.
npx claudepluginhub shaheerkhawaja/productionos --plugin productionosThis skill uses the workspace's default tool permissions.
Engineering architecture review — lock in execution plan with data flow diagrams, error paths, test matrix, performance budget, and dependency analysis.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Guides agent creation for Claude Code plugins with file templates, frontmatter specs (name, description, model), triggering examples, system prompts, and best practices.
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 |