domain
01Agent
How the engineering skills should consume this repo's domain documentation when exploring the codebase.
A powerful meta-prompting, context engineering and spec-driven development system that enables agents to work for long periods of time autonomously without losing track of the big picture
Agent
How the engineering skills should consume this repo's domain documentation when exploring the codebase.
Agent
Issues and PRDs for this repo live as GitHub issues on open-gsd/gsd-pi (the upstream remote). Use the gh CLI for all operations.
Agent
The skills speak in terms of five canonical triage roles. This file maps those roles to the actual label strings used in this repo's issue tracker.
Agent
Creates implementation plans from context and requirements.
Agent
Code review specialist for quality and security analysis.
Agent
Fast codebase recon that returns compressed context for handoff to other agents.
Agent
General-purpose subagent with full capabilities, isolated context.
Agent
Hypothesis-driven bug investigation with root cause analysis.
Agent
Documentation generation from code — API docs, inline comments, READMEs.
Agent
Conflict resolution, rebase strategy, PR preparation, and changelog generation.
Agent
Modern JavaScript specialist for browser, Node.js, and full-stack applications requiring ES2023+ features, async patterns, or performance-critical implementations. Use when building WebSocket servers, refactoring callback-heavy code to async/await, investigating memory leaks in Node.js, scaffolding ES module libraries…
Agent
Safe code transformations — extract, inline, rename, simplify.
Agent
Web researcher that finds and synthesizes current information using Brave Search.
Agent
OWASP security audit, dependency risks, and secrets detection.
Agent
Test writing, fixing, and coverage gap identification.
Agent
TypeScript specialist for advanced type system patterns, complex generics, type-level programming, and end-to-end type safety across full-stack applications. Use when designing type-first APIs, creating branded types for domain modeling, building generic utilities, implementing discriminated unions for state machines…