agentplane
Git-native task control, verification, and release governance
All Skills in This Repository (6)
Pure Emerald Level Indicatorsagentplane
Plan, execute, and verify AI agent tasks with git-native evidence.
agentplane-task-closure-recovery
Diagnose and resolve Agentplane task synchronization failures with Git and PR states.
agentplane-release-and-packaging-operator
Manage Agentplane package releases with version parity and publication verification.
humanizer
Detect and rewrite AI-generated writing patterns to restore natural human voice.
agentplane-testkit-migration
Migrate local test helpers to the canonical @agentplane/testkit package.
agentplane-local-dev-operator
Analyze changed files and run task-scoped validation for AgentPlane projects.
Frequently Asked Questions
FAQPage SchemaHow to install Agentplane?โผ
Run `npx skills add basilisk-labs/agentplane --all -g -y` in your terminal to install all skills in this suite globally.
What does Agentplane do for coding agents?โผ
It gives coding agents a governed workflow where task state, Git routing, verification, and closure are handled by a deterministic CLI instead of the model. Agents focus on planning and writing code while the CLI enforces policy and records evidence.
How does Agentplane keep agent work reviewable?โผ
Every task produces an Agent Change Record with intent, changed files, verification results, and review status stored beside the code in Git. Reviewers see observed repository facts rather than trusting an agent's self-report.
Does Agentplane work with Claude Code and Codex?โผ
Yes. It issues bounded task packets that work with Claude Code, Codex, Cursor, Aider, and other repository-capable agents through the same contract.
Can Agentplane recover failed releases or stuck tasks?โผ
Yes. Dedicated operator skills diagnose failed publishes, duplicate close PRs, and diverged branches, then guide safe recovery with recorded evidence.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core