From claude-harness-forge
Design the system architecture including layered dependencies, API contracts (endpoints, schemas, errors), data models, folder structure, and deployment topology. Output a detailed design document to `specs/design/` with all decisions justified.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-harness-forge:architect-patternsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
1. **Layered architecture** — dependencies flow downward only. See `.claude/architecture.md`.
.claude/architecture.md.See references/api-patterns.md for complete REST endpoint conventions, request/response schemas, and error responses.
created_at, updated_at on every table.deleted_at where business logic requires it.See templates/folder-structure.md for the expected directory layout.
src/service/validators/ or src/types/validators/?), implementers will create inconsistent directories. Be explicit..env.example with all variables and their defaults.npx claudepluginhub rlpatrao/claude_harness_forgeCreates bite-sized, testable implementation plans from specs or requirements, with file structure and task decomposition. Activates before coding multi-step tasks.