Plugin Claude Code
Turn Claude Code into an autonomous software development team — 14 specialized agents, documentation-first pipeline, TDD slices in parallel waves, and 9 quality gates.
Plugin Claude Code
Turn Claude Code into an autonomous software development team — 14 specialized agents, documentation-first pipeline, TDD slices in parallel waves, and 9 quality gates.
Settings file Claude Code
Agent settings declaring 0 allowed tools.
Skill Claude CodeCodex
Turn a missing-tool/access gap into a granted, registered company resource — spec the request, wait at the human grant gate, then register the resource so every agent can find and use it.
Skill Claude CodeCodex
Review a draft-mode design-process proposal bundle and, on human approval, move its SKILL.md + PROCESS.md into place — the single human decision that turns an overnight draft into a live process.
Skill Claude CodeCodex
Receives a capability gap, runs the AI-first decision tree (4 yes/no questions), and routes to either design-agent (AI route) or a human-hire job spec (human route). The AI-first kernel of OPOS — every gap is evaluated for AI suitability before human hire.
Skill Claude CodeCodex
Scheduled, non-interactive upstream sync — probe for a new OPOS release, apply it via copier update, auto-commit clean syncs, escalate conflicts to a consumer-repo issue.
Skill Claude CodeCodex
Check whether upstream has a newer release than the consumer is pinned to; 6h cache; silent unless an update exists.
Skill Claude CodeCodex
Interactive first-run founder onboarding — populates Mission, Values, strategic priorities, dept missions, and 0-3 initial policies from a fresh OPOS scaffold.
Skill Claude CodeCodex
Consult another agent by spawning its definition as a subagent via the Task tool; returns the simulated agent's response to the caller.
Skill Claude CodeCodex
Multi-round propose → critique → revise loop for high-level company decisions. Orchestrates parallel direct Task calls against all 6 dept-leads + escalation-target as critics; proposer revises between rounds with critic-memory threading; arbiter renders final verdict; human approves and the decision artifact is…
Skill Claude CodeCodex
Design a new agent role file (.claude/agents/ / .md) by reading the framework, consulting relevant agents, and proposing the design to the human for approval.
Skill Claude CodeCodex
Design a new top-level department by reading the framework, consulting ceo + coo + (optionally) a related dept lead, drafting a charter from DEPARTMENT.md.tmpl, and writing the dept folder. Optionally emits a /design-agent recommendation for the dept's lead.
Skill Claude CodeCodex
Design a new process (SKILL.md + PROCESS.md) by reading the OS, consulting involved departments, and proposing the design to the human for approval.
Skill Claude CodeCodex
Design a sub-dept under an existing top-level dept by reading parent + framework, consulting parent-lead + coo + (optionally) a related sub-lead, drafting a charter from SUBDEPT.md.tmpl with sub-dept escalation chain, and writing the nested folder. Optionally emits a /design-agent recommendation for the sub-lead.
Skill Claude CodeCodex
Read-only inventory and drift detection. Cross-references PROCESS.md scheduling declarations against the live Claude Code CronList; classifies each row as OK / MISSING / DISABLED / ORPHAN / DRIFT / INVALIDINTENT; warns on overlapping cron times.
Skill Claude CodeCodex
Turn a locally-observed defect in a framework (CORE) file into a fully anonymized pull request on the upstream OPOS repo — classify, draft, redact (fail-closed), then fork-or-branch and open the PR.
Skill Claude CodeCodex
Cut a GitHub release from a CHANGELOG.md version entry; extracts notes via the canonical awk pattern and runs gh release create.
Skill Claude CodeCodex
Weekly scheduled triage of open proposeddelta entries across all history/ and scheduled-runs/ folders — apply small local (STARTER) fixes, route CORE defects upstream via propose-to-core, reconcile upstream PR states.
Skill Claude CodeCodex
Register a PROCESS.md's declared schedule as a live cron routine via Claude Code's CronCreate tool. Validates frontmatter, injects an authority prelude, caches the routine id, handles partial-failure rollback.
Skill Claude CodeCodex
Start the OPOS Console — a local-host read-only web UI over the company OS files.
Skill Claude CodeCodex
Apply upstream changes via copier update; open a branch, show the diff, let user review before commit.
Skill Claude CodeCodex
Post the final report (summary + auto-generated changelog + deliverables) to the active task issue and close it.
Skill Claude CodeCodex
Pause an active task (append to .paused-tasks; remove from .current-task array); post pause notice to the GitHub issue via task-update first.
Skill Claude CodeCodex
Open a GitHub issue tracking a newly initiated task; record the issue number locally so updates can reference it.