DEPRECATED pointer — this skill moved into the agent-dev plugin and is now invoked as /agent-dev:add-project-management. This stub exists only so existing installs of the standalone add-project-management plugin do not break silently; it installs nothing and simply directs you to the current command. It will be…
Add GitHub Issues backlog workflow to any agent — creates the full development cycle (backlog, claim, close, groom, roadmap, autoplan, commit, sprint, work-loop).
Install deterministic consistency linting into a fleet's shared canon repo — seeds tools/canon-lint/ (stdlib-only Python, no LLM), lint/rules.yaml (severity config), a GitHub Actions workflow that lints every push/PR, and the "Lintable structure" section of CONVENTIONS.md defining the two-zone folder schema…
Give any agent a shared canonical-data layer — installs /canon-publish (commit this agent's own folder in the fleet's shared canon repo), /canon-consume (read other agents' published data at a cited ref), /canon-reconcile (scheduled freshness pass over the agent's own folder), and /canon-doctor (verify the layer…
Add git-as-state hooks to an agent — auto-commits on Stop, rebases on SessionStart, snapshots on PreCompact. Gives agents durable cross-session memory through their own repo.
Make any agent a system-aware orchestrator — installs /discover-agents (discover the fleet from live Trinity and/or a repo list into a descriptive fleet/system-map.yaml), /compose-system (turn the map into a Trinity SystemManifest and deploysystem), and /orchestrate (route, fan out, and run ephemeral agents via…
Scaffold a new instance (tenant / zone / case) of an existing pipeline — creates projects/<slug>/instances/<instance>/{config.yaml, state.json} and syncs state.json to /.trinity/pipeline-state/.
Append a new stage to an existing pipeline.yaml — asks for stage id, skill, timeout, retry policy, and position in the DAG. Validates DAG acyclicity and syncs the read surface.