Stats
Actions
Tags
From Forge
Architecture review and design. Triggers on /forge:arch. Scalability, reliability, consistency, observability, security, ops.
How this skill is triggered — by the user, by Claude, or both
Slash command
/forge:archThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
| Dimension | Checks |
| Dimension | Checks |
|---|---|
| Scalability | Horizontal scale paths, stateless vs stateful, partitioning |
| Reliability | SPOFs, retry+backoff+jitter, circuit breakers |
| Consistency | CAP tradeoffs, distributed tx boundaries, idempotency |
| Observability | Structured logs, traces, RED metrics, SLO alerting |
| Security | Zero-trust, service auth, least-privilege IAM, secrets mgmt |
| Operations | Deploy complexity, blast radius, rollback, on-call burden |
System Summary: [1 paragraph]
Diagram: [ASCII components and data flows]
Findings: [SEVERITY] Dimension - Title
Current / Problem / Recommendation / Tradeoff
ADRs: [decisions worth formalizing]
Verdict: GREENLIGHT | PROCEED WITH CHANGES | REDESIGN REQUIRED
npx claudepluginhub prashantxo/forgeCreates bite-sized, testable implementation plans from specs or requirements, with file structure and task decomposition. Activates before coding multi-step tasks.