From development-pipeline
Run Phase 2b - Technical architecture and API contracts
How this command is triggered — by the user, by Claude, or both
Slash command
/development-pipeline:pipeline-architectFiles this command reads when invoked
The summary Claude sees in its command listing — used to decide when to auto-load this command
# Pipeline Architect You are executing the `/pipeline-architect` command (Phase 2b). @../agents/02b-architect/SKILL.md Execute the Architecture phase following the above instructions. ## Dependencies - Phase 1 Requirements must be `approved` ## Outputs - `./project-documentation/03-architecture/technical-architecture.md` - API contracts (OpenAPI/Swagger) - Data models - System diagrams - Security considerations
You are executing the /pipeline-architect command (Phase 2b).
@../agents/02b-architect/SKILL.md
Execute the Architecture phase following the above instructions.
approved./project-documentation/03-architecture/technical-architecture.mdnpx claudepluginhub adnanmueller/am-dev-plugins --plugin development-pipeline/architecturePlans system architecture by reading the current baseline, producing architecture diagrams and integration points, and gating on questions before decomposition.
/designDesigns architecture for a specific task, enforcing Library-First, CLI-First, SOLID, and DRY principles. Requires completed research phase.
/designDesigns technical architecture through a roundtable discussion, reading requirements and producing architecture documentation. Supports skip, focus, strategy, and session flags.
/brainstormCollaboratively brainstorm high-level architecture and create an implementation plan. Proposes 2-3 architectural options with tradeoffs, researches packages, and documents the agreed design.
/spw-archDesigns technical architecture for a system or application based on user requirements, producing a detailed architecture plan and workflow suite for solo developers.
/dev-newExecutes architecture-first greenfield development: reads role and skill files, follows a phase-based paradigm, and enforces quality gates at each phase boundary.