From forge-skills
Design system architecture and write interface contracts from .forge/prd.md
How this command is triggered — by the user, by Claude, or both
Slash command
/forge-skills:architectThe summary Claude sees in its command listing — used to decide when to auto-load this command
Invoke the forge-skills:architecture-and-contracts skill. Read `.forge/prd.md` in full. If it doesn't exist, tell the user to run /spec first. Produce three artifacts: 1. `.forge/architecture.md` — system overview, component diagram (text), tech stack decisions 2. `.forge/contracts/<module>.md` — one per module boundary, with input types, output types, error types, and invariants. See references/contract-templates.md for the format. 3. `.forge/adr/NNN-<slug>.md` — one per non-obvious architectural decision. After writing: "Architecture and contracts written. Run /plan to break work in...
Invoke the forge-skills:architecture-and-contracts skill.
Read .forge/prd.md in full. If it doesn't exist, tell the user to run /spec first.
Produce three artifacts:
.forge/architecture.md — system overview, component diagram (text), tech stack decisions.forge/contracts/<module>.md — one per module boundary, with input types, output types,
error types, and invariants. See references/contract-templates.md for the format..forge/adr/NNN-<slug>.md — one per non-obvious architectural decision.After writing: "Architecture and contracts written. Run /plan to break work into tasks."
npx claudepluginhub aneja5/forge-skills --plugin forge-skills/architectRedirects to the PortalJS architect command. This alias will be removed in the next minor release; use /portaljs-architect instead.
/architectGenerates an architecture document for a system or feature based on requirements, including overview, components, data flow, tech choices with rationale, and risks.
/architectEnters Architect Mode to design high-level system architectures, analyze trade-offs, produce design docs, ADRs, ASCII diagrams, and implementation plans before coding.
/architectProvides system design, architecture definition, review, and technical decision oversight for the specified request.
/architectTraces all affected code paths from a GitHub issue and produces an ordered implementation plan to eliminate cross-path inconsistency bugs before any code is written.
/architectBuilds Rails 8+ apps with Hotwire and modern best practices by reading code, making architectural decisions, and dispatching workers for implementation.