cog-knowledge-consolidation
Build structured knowledge frameworks from scattered vault notes with source attribution
Найдите подходящую возможность для вашего агента.
Build structured knowledge frameworks from scattered vault notes with source attribution
Coordinate Crew (persistent) and Polecat (transient) agents using Gas Town's hook-based work distribution and GUPP principle.
Create, track, and land convoys of related beads as primary work orders in the Gas Town multi-agent orchestration framework.
Architect code review with DRY, YAGNI, abstraction, and test coverage principle enforcement
Capture, validate, query, and sync architectural patterns and design decisions in the knowledge graph
Convert requirements into structured technical specifications with architecture decisions
Break technical specifications into small, implementable stories with dependency ordering
Create Architecture Decision Records (ADRs) documenting significant technical choices with context, options, consequences, and sequential numbering.
Perform cross-artifact consistency and coverage analysis across constitution, specification, plan, and task artifacts to detect gaps, conflicts, and misalignments before implementation.
Design technical architecture, select technology stack, and define implementation strategy from specifications and constitution constraints.
Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies.
Use when starting feature work that needs isolation from current workspace or before executing implementation plans.
LangGraph StateGraph builder with state schema design. Create stateful agent workflows with cycles, conditionals, and persistence.
Urgent issue classification, root cause analysis, and fast-path routing for production hotfixes
Bootstrap MCP (Model Context Protocol) servers with the official TypeScript SDK. Creates complete server implementations with transport layer, tools, resources, and proper error handling.
Configure HTTP/SSE transport for web-based MCP servers with proper endpoints, authentication, and CORS.
Discover and document existing API endpoints from code, logs, and traffic analysis
Generate OpenAPI specifications from code or legacy APIs with schema inference and documentation
Convert SOAP web services to REST APIs with WSDL parsing and resource modeling
Subgraph development for The Graph protocol. Includes manifest configuration, GraphQL schema design, AssemblyScript handlers, entity relationships, and deployment to hosted and decentralized networks.