cordsjon

agentflow-kickoff

0
0
# Install this skill:
npx skills add cordsjon/agentflow --skill "agentflow-kickoff"

Install specific skill from multi-skill repository

# Description

Run the daily kickoff routine to scan pipeline state and determine next actions. Use at the start of each session to understand what needs attention.

# SKILL.md


name: agentflow-kickoff
description: Run the daily kickoff routine to scan pipeline state and determine next actions. Use at the start of each session to understand what needs attention.
disable-model-invocation: true


Daily Kickoff

Run at the start of each working session to understand pipeline state and determine next actions.

Steps (in order)

0. Scan INBOX

Read INBOX.md for untriaged items. If any exist, offer to run /agentflow-triage.

1. Check BACKLOG Ready

Read BACKLOG.md#Ready for items waiting to be queued. If any exist, offer to run /agentflow-workflow.

2. Check TODO-Today

Read TODO-Today.md for unchecked [ ] items. If any exist, offer to resume autopilot.

3. If Everything Empty

Read ROADMAP.md and suggest what to refine next. Surface any items approaching staleness.

Additional Checks

  • Staleness scan: Flag items in Ideation > 2 weeks without graduation
  • Staleness scan: Flag items in Refining > 2 weeks without spec or graduation
  • Orphan detection: Flag items with no Next: action, no owner, no linked spec
  • Risk review: Surface any risks from BACKLOG#Risks that relate to current work
  • Retro check: If retro counter >= 10, trigger retro before starting work

Output

Report the pipeline state concisely:

## Kickoff -- [date]

- INBOX: N untriaged items
- BACKLOG: N in Ideation, N in Refining, N Ready
- TODO-Today: N queued, N done
- Retro counter: N/10
- Stale items: [list or "none"]
- Recommendation: [next action]

# Supported AI Coding Agents

This skill is compatible with the SKILL.md standard and works with all major AI coding agents:

Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.