next-task workflow

Task to production. 12-phase pipeline: discovery, exploration, planning, implementation, review, and shipping.

10 agents 3 skills 1 cmd
agentsys install next-task
ship workflow

Branch to merged PR in one command. Commits, pushes, creates PR, monitors CI, addresses reviewer comments, merges.

0 agents 1 skills 1 cmd
agentsys install ship
agnix quality

Lint agent configurations with 230 validation rules across 10+ AI tools. SARIF output for GitHub Code Scanning.

1 agents 1 skills 1 cmd
agentsys install agnix
deslop quality

Kill AI slop before it ships. 3-phase detection pipeline finds debug statements, placeholder text, verbose comments.

1 agents 1 skills 1 cmd
agentsys install deslop
enhance quality

Eight parallel analyzers check prompts, agents, plugins, docs, hooks, skills, and cross-file consistency. Certainty-graded findings.

8 agents 9 skills 1 cmd
agentsys install enhance
perf research

Evidence-backed performance investigation. 10-phase methodology with baselines, profiling, and controlled experiments.

6 agents 8 skills 1 cmd
agentsys install perf
drift-detect quality

AST-based plan vs code analysis. JavaScript collectors + single Opus call. 77% token reduction vs multi-agent approaches.

1 agents 1 skills 1 cmd
requires: repo-map
agentsys install drift-detect
audit-project quality

Multi-agent code review. Up to 10 specialized role-based agents review security, performance, architecture, and more.

10 agents 1 skills 1 cmd
agentsys install audit-project
repo-map infrastructure

AST symbol and import mapping. Cached file-to-symbols map via ast-grep used by drift-detect and planners.

1 agents 1 skills 1 cmd
agentsys install repo-map
sync-docs quality

Keep docs in sync with code. Finds outdated references, stale examples, missing CHANGELOG entries.

1 agents 1 skills 1 cmd
agentsys install sync-docs
learn research

Research any topic online. Progressive discovery gathers 10-40 sources, scores quality, creates structured guides with RAG index.

1 agents 1 skills 1 cmd
agentsys install learn
consult research

Cross-tool AI consultation. Ask Gemini, Codex, Claude, OpenCode, or Copilot for a second opinion on any question.

1 agents 1 skills 1 cmd
agentsys install consult
debate research

Structured multi-round AI debates. Proposer vs challenger with evidence-backed arguments and synthesis.

1 agents 1 skills 1 cmd
requires: consult
agentsys install debate
web-ctl infrastructure

Browser automation and web testing toolkit for AI agents. Headless browser control, authentication, and page interaction.

1 agents 2 skills 1 cmd
agentsys install web-ctl