/SKILL.md
Project-local guidance for CodebrewRouter Codex skills. Use when documenting, creating, reviewing, or maintaining repository-specific Codex skills under .agents/skills for the Blaze.LlmGateway project.
npx skillsauth add imabusyman/CodebrewRouter CodebrewRouterInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This repository keeps CodebrewRouter-specific Codex skills project-local under .agents/skills/.
$CODEX_HOME/skills or another user-global directory unless the user explicitly asks for that.The approved project skill design is in Docs/superpowers/specs/2026-05-22-codebrewrouter-codex-project-skills-design.md, and the implementation plan is in Docs/superpowers/plans/2026-05-22-codebrewrouter-codex-project-skills.md.
The pack contains:
.agents/skills/codebrewrouter-architecture-routing/.agents/skills/codebrewrouter-codebase-onboarding/.agents/skills/codebrewrouter-mcp-provider-security/.agents/skills/codebrewrouter-aspire-local-dev/.agents/skills/codebrewrouter-logging-contract/agents/openai.yaml for each skill.development
Generate a Product Requirements Document from a task description, user intent, or PRD outline. Structure the PRD with sections: Overview, Problem Statement, Goals, Scope, Features, Acceptance Criteria, Metrics. Use this when the Planner or Orchestrator needs to formalize requirements before decomposing into implementation steps.
development
Compose parallel teams of specialized agents for a multi-faceted task. Map subtasks to agent roles, balance workload, and validate team composition. Use this when breaking a task into parallel streams that require different expertise (Coder, Tester, Infra, etc.).
development
Delegate implementation work to specialized subagent instances, each inheriting a task scope and constraints from the parent. Emit structured handoffs, monitor completion signals, aggregate results. Use this in the Orchestrator parallel path when spawning independent Coder/Tester/Infra subagents from a single coordinator.
testing
Maintain the append-only reasoning log and write handoff envelopes for every squad delegation. Use this when the Conductor delegates to a specialist or when a specialist records a non-trivial decision.