Agile Workflow Orchestrator
Skill VerifiedOrchestrate agile development workflows by invoking commands in sequence with checkpoint-based flow control. This skill should be used when the user asks to 'run the workflow', 'continue working', 'what's next', 'complete the task cycle', 'start my day', 'end the sprint', 'implement the next task', or wants guided step-by-step development assistance. Platform-agnostic git-only workflow without PR integration. Keywords: workflow, orchestrate, agile, task cycle, sprint, daily, implement, review, merge, standup, retrospective, git.
This skill manages the entire lifecycle of agile software development tasks in a git-only environment. It provides structured sequences for daily standups, sprint planning and retrospectives, and detailed task cycles including implementation, review, and merging, all while maintaining a context network for documentation and knowledge capture.
Documentation
- info:Configuration & parameter referenceParameters like `--phase`, `--task`, and `--dry-run` are documented via invocation patterns, but there's no explicit mention of default values or precedence order for any configuration if it were to exist beyond command-line arguments.
Code Execution
- info:ValidationWhile the skill orchestrates commands and uses structured checkpoints, there's no explicit mention or evidence of a schema library being used for input validation beyond standard command-line argument parsing.
Installation
npx skills add jwynia/agent-skillsRuns the Vercel skills CLI (skills.sh) via npx — needs Node.js locally and at least one installed skills-compatible agent (Claude Code, Cursor, Codex, …). Assumes the repo follows the agentskills.io format.
Similar Extensions
Gitea Coordinator
98Orchestrate multiple worker agents to implement groomed tasks in Gitea repositories. Use when multiple ready tasks need implementation, when you want autonomous multi-task execution, or when coordinating batch development work with Gitea. Keywords: coordinator, orchestrator, multi-task, parallel, workers, batch, autonomous, gitea, tea.
Agile Coordinator
98Orchestrate multiple worker agents to implement groomed tasks. Use when multiple ready tasks need implementation, when you want autonomous multi-task execution, or when coordinating batch development work. Keywords: coordinator, orchestrator, multi-task, parallel, workers, batch, autonomous.
GitHub Agile: Feature Branch Development with Context Networks
95Diagnose GitHub-driven agile workflow problems and guide feature branch development
DeerFlow Smoke Test
96Extension from bytedance/deer-flow
Code Review Expert
95Expert code review of current git changes with a senior engineer lens. Detects SOLID violations, security risks, and proposes actionable improvements.
Gitea Workflow Orchestrator
65Orchestrate agile development workflows for Gitea repositories using the tea CLI. Use when working with Gitea-hosted repos and asking to 'run the workflow', 'continue working', 'what's next', 'complete the task cycle', 'start my day', 'end the sprint', 'implement the next task', or wanting guided step-by-step development assistance. Keywords: workflow, orchestrate, agile, task cycle, sprint, daily, implement, review, PR, standup, retrospective, gitea, tea.