Instructions file CodexOpenCode
AGENTS.md instructions for cjerochim/compound-workflow, covering agent operating principles, core principles, contract precedence, canonical workflow and orchestration model.
Instructions file CodexOpenCode
AGENTS.md instructions for cjerochim/compound-workflow, covering agent operating principles, core principles, contract precedence, canonical workflow and orchestration model.
Command
Review recent metrics entries to identify failures/trends and propose concrete improvements to commands/skills/agents.
Command
Install compound-workflow in this project — copies agents/skills/commands, writes opencode.json, merges AGENTS.md, and creates docs/todo dirs.
Command
Log a metrics entry for the current workflow run so process performance can be reviewed daily/weekly/monthly.
Command
Run browser tests on pages affected by current PR or branch.
Command
Review and update AGENTS.md to keep skills and agents accurate, consistent, and aligned to current workflow needs.
Command
Interrogate a feature idea into a decision-grade WHAT contract before planning implementation.
Command
Document a durable learning (solved problem or implementation insight) into docs/solutions/ to compound institutional knowledge.
Command
Transform feature descriptions into contract-based execution plans with explicit artifacts, isolated task contracts, and a fidelity/confidence model.
Command
Review a PR/branch/diff with structured findings. Does not implement fixes unless explicitly requested.
Command
Run technical review on a plan (technical correctness before build). Optional plan path or latest in docs/plans/.
Command
Manual triage command to prioritize todo files into an executable ready queue (priority, dependencies, recommended action).
Command
Stateless orchestrator that executes approved plans by scheduling isolated agents for build, validation, review, and drift checking — using artifact-based contracts with no context accumulation.
Skill Claude CodeCodex
Browser automation using Vercel's agent-browser CLI. Use when you need to interact with web pages, fill forms, take screenshots, or scrape data. Alternative to Playwright MCP - uses Bash commands with ref-based element selection. Triggers on "browse website", "fill form", "click button", "take screenshot", "scrape…
Skill Claude CodeCodex
Append-only audit logging with actor attribution and correlation IDs for regulated/financial workflows (Drizzle + Postgres).
Skill Claude CodeCodex
Use before planning or implementing features when intent, scope, success, user impact, constraints, or direction need to be clarified. Runs a grill-style, one-decision-at-a-time interview that produces a planning-ready WHAT contract without drifting into HOW.
Skill Claude CodeCodex
Capture learnings, patterns, or workflows from the current conversation into a new or existing skill. Use when the user wants to save what was learned, discovered, or built during a conversation as a reusable skill for future sessions.
Skill Claude CodeCodex
Capture solved problems and implementation insights as categorized documentation with YAML frontmatter for fast lookup.
Skill Claude CodeCodex
Enforce DB access boundaries, multi-tenant isolation (app-layer), and mutation integrity patterns for scalable SaaS (Postgres + Drizzle).
Skill Claude CodeCodex
Manage a file-based todo tracking system in the todos/ directory. Use to create, triage, and execute persistent work items with status, priority, dependencies, and work logs.
Skill Claude CodeCodex
Enforce correct financial workflows using durable state, idempotency, immutability, and concurrency guards (Drizzle + Postgres).
Skill Claude CodeCodex
Manage Git worktrees for isolated parallel development using portable git commands.
Skill Claude CodeCodex
Enforce PII table separation + envelope encryption + KEK rotation (Web Crypto API + Postgres + Drizzle).
Skill Claude CodeCodex
Define a portable metrics schema and templates for evaluating workflow performance. Use after /workflow:work, /workflow:review, or /workflow:compound to log outcomes and refine the system.