Skip to main content
Run any Skill in Manus
with one click
AgiFlow
GitHub creator profile

AgiFlow

Repository-level view of 12 collected skills across 3 GitHub repositories.

skills collected
12
repositories
3
updated
2026-05-30
repository explorer

Repositories and representative skills

backlog-grooming
project-management-specialists

Groom Planning tasks: verify readiness, prioritize, promote to Todo, and group into 3-8 task work units. The only gate from Planning to Todo. Invoked as /agiflow:backlog-grooming. Uses list_tasks, update_task, reorder_tasks, batch_create_work_units, list_work_units.

2026-05-30
daily-standup
project-management-specialists

Read-only project pulse: what got done, what's in progress, what's blocked, and what's next. Use for daily orientation or stakeholder summaries. Invoked as /agiflow:daily-standup. Uses list_tasks, list_active_tasks_by_org, list_work_units, get_work_unit_progress.

2026-05-30
getting-started
project-management-specialists

Coach the user through AgiFlow project management and route them to the right workflow (plan/groom/execute/review). Use when the user is new to AgiFlow, asks 'where do I start', or wants a workflow overview. Invoked as /agiflow:getting-started; also triggers on AgiFlow onboarding intent. Uses get_project_detail, list_work_units, list_tasks, list_members.

2026-05-30
orchestrate
project-management-specialists

Pipeline orchestration: dispatch the highest-priority ready tasks/work units to agents, manage capacity, and coordinate the Todo to Done flow. Invoked as /agiflow:orchestrate. Uses list_tasks, list_active_tasks_by_org, list_members, update_task, get_work_unit_progress.

2026-05-30
project-plan
software-developers

Plan a project or feature: research context, clarify requirements, decompose into vertical slices, and create tasks in Planning status. Use when starting new work or breaking down requirements. Invoked as /agiflow:project-plan <requirements>. Uses get_project_detail, list_tasks, list_work_units, create_task, batch_create_tasks.

2026-05-30
refine-task
software-developers

Refine a task into a complete, autonomous-ready spec with SMART acceptance criteria, technical context, and AI-readiness checks. Use when a task is vague or keeps getting rejected. Invoked as /agiflow:refine-task <task>. Uses get_task, update_task, list_tasks, create_task_comment, list_artifacts.

2026-05-30
review-work
software-quality-assurance-analysts-and-testers

Quality gate: verify each acceptance criterion of a completed task/work unit, run quality checks, and create follow-up tasks for gaps. Use before merging or to audit delivered work. Invoked as /agiflow:review-work <work-unit-or-task>. Uses get_work_unit, get_task, update_task, create_task, create_task_comment.

2026-05-30
run-task
software-developers

Execute a single Todo task through In Progress to Review, meeting every acceptance criterion with tests and vibe-lint checks. Refuses Planning-status tasks. Invoked as /agiflow:run-task <task>. Uses get_task, update_task, create_task_comment.

2026-05-30
Showing top 8 of 10 collected skills in this repository.
Showing 3 of 3 repositories
All repositories loaded