Execute work through the directive pipeline — evaluate, plan, cast agents, build, review, and report. Takes a directive name (matching .context/directives/), a project path, or an ad-hoc CEO request.\n\nTRIGGER: Use this skill whenever the user requests non-trivial work that goes beyond a one-liner fix. This includes: building features, running projects with project.json, executing multiple tasks, multi-file changes, or any work with defined DOD/reviewers. Route through this pipeline so reviews and verification steps fire. Do NOT spawn builder agents directly.\n\nFor heavyweight/strategic work, create a directive file in .context/directives/ first. For medium work with an existing project.json, pass the project path. For quick multi-step tasks, pass an ad-hoc description — no directive file needed.
$npx -y skills add andrew-yangy/gru-ai --skill directiveInstalls into the current project.
Run `npx skills use "https://github.com/andrew-yangy/gru-ai" --skill "andrew-yangy/gru-ai/directive"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/andrew-yangy/gru-ai" that are relevant to the current task. Run `npx skills add "https://github.com/andrew-yangy/gru-ai"` and select the relevant skills, then follow their instructions.