sudocode
Git-native spec tracking and multi-agent coding orchestration
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install sudocode?โผ
Run `npx skills add sudocode-ai/sudocode --all -g -y` in your terminal to install all skills in this suite globally.
What problem does sudocode solve?โผ
It keeps requirements, tasks, and coding run history in git-tracked files so coding agents never lose context across long or parallel tasks.
Which coding agents work with sudocode?โผ
It supports Claude Code, Codex, Copilot, and Cursor through agent adapters, plus an MCP server for direct tool access.
How do specs and issues work together?โผ
Specs capture what you want built, while issues are actionable tasks linked to specs with dependency graphs that control execution order.
Can I run multiple coding agents in parallel?โผ
Yes. Each run gets an isolated git worktree, so many agents can work simultaneously without conflicts, and you can monitor them all in the web UI.
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