pyramid-structuring
Structure analysis and presentations using the Pyramid Principle with SCQA and MECE frameworks
traceability-matrix-builder
Build and maintain requirements traceability matrices with bidirectional links and coverage analysis
architecture-patterns
System and API design guidance covering component boundaries, data flow, integration patterns, and scalability considerations.
code-review-orchestration
6-agent parallel code review orchestration covering architecture, security, performance, testing, quality, and documentation dimensions with weighted scoring.
cog-knowledge-consolidation
Build structured knowledge frameworks from scattered vault notes with source attribution
agent-coordination
Coordinate Crew (persistent) and Polecat (transient) agents using Gas Town's hook-based work distribution and GUPP principle.
convoy-management
Create, track, and land convoys of related beads as primary work orders in the Gas Town multi-agent orchestration framework.
code-review-gate
Architect code review with DRY, YAGNI, abstraction, and test coverage principle enforcement
knowledge-graph-management
Capture, validate, query, and sync architectural patterns and design decisions in the knowledge graph
specification-generation
Convert requirements into structured technical specifications with architecture decisions
story-decomposition
Break technical specifications into small, implementable stories with dependency ordering
decision-documentation
Create Architecture Decision Records (ADRs) documenting significant technical choices with context, options, consequences, and sequential numbering.
cross-artifact-analysis
Perform cross-artifact consistency and coverage analysis across constitution, specification, plan, and task artifacts to detect gaps, conflicts, and misalignments before implementation.
planning-design
Design technical architecture, select technology stack, and define implementation strategy from specifications and constitution constraints.
dispatching-parallel-agents
Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies.
using-git-worktrees
Use when starting feature work that needs isolation from current workspace or before executing implementation plans.
langgraph-state-graph
LangGraph StateGraph builder with state schema design. Create stateful agent workflows with cycles, conditionals, and persistence.
hotfix-triage
Urgent issue classification, root cause analysis, and fast-path routing for production hotfixes
mcp-sdk-typescript-bootstrapper
Bootstrap MCP (Model Context Protocol) servers with the official TypeScript SDK. Creates complete server implementations with transport layer, tools, resources, and proper error handling.
mcp-transport-sse-setup
Configure HTTP/SSE transport for web-based MCP servers with proper endpoints, authentication, and CORS.
api-inventory-scanner
Discover and document existing API endpoints from code, logs, and traffic analysis
soap-to-rest-converter
Convert SOAP web services to REST APIs with WSDL parsing and resource modeling