Install
$ agentstack add skill-edouard-claude-pi-flow-skills-flow-status ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
flow-status — sprint dashboard
Pure status output. No reasoning, no recommendation. Just renders what sprint-status.yaml says.
When to use
- User wants a quick visual of the sprint progress
- Need to surface what is done / in-progress / blocked
- After any
flow-*skill, to confirm a state transition landed - Cheap alternative to
/flow-helpwhen orientation isn't needed
Inputs
.agents/implementation/sprint-status.yaml(required — error out if missing)
Process
- Read
.agents/implementation/sprint-status.yaml. - Parse the
development_statusblock (BMAD-style flat map ofkey: status). - Group entries by epic in declaration order. Recognize keys:
epic-NNN→ epic headerstory-NNN-MM→ story lineepic-NNN-retrospective→ retrospective marker (after the epic block)
- Render with one symbol per story status:
| Symbol | Status | |---|---| | ✓ | done | | ▶ | in-progress / review | | ◆ | ready-for-dev | | ○ | backlog | | ✗ | blocked / cancelled |
- Aggregate epic status (shown in parentheses after
Epic N):
done— all stories of the epic aredonein-progress— at least one story isin-progress,review, orready-for-devbacklog— no story started, but the epic key indevelopment_statussays backlognot-started— all storiesbacklog
- Sprint summary at the top (one line):
Sprint: | Stories: | Done: | In progress: | Backlog:
Output format (strict)
Sprint: | Stories: | Done: | In progress: | Backlog:
Epic 1 (done)
✓ story-001-01 done
✓ story-001-02 done
Epic 2 (in-progress)
✓ story-002-01 done
▶ story-002-03 in-progress
○ story-002-04 backlog
...
Epic 3 (not-started)
○ story-003-01 backlog
...
Alignment: pad story ids to the longest id width + 2 spaces so status columns align.
Compact mode for very long sprints (> 50 stories): collapse fully-done epics into a one-liner Epic N (done — 8 stories) instead of listing each story.
What this skill does NOT do
- No recommendation. No "next command". No reasoning. → use
/flow-help. - No risk surfacing. No retrospective hints. → use
/flow-retroat end of epic. - No artifact creation. Pure read-only.
Output is text
Don't write to any file. Pure stdout for the user.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: edouard-claude
- Source: edouard-claude/pi-flow-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.