workflow-status

Solid

Read-only sensor for orchestrating the workflow programmatically: computes the full state of the project — every feature and fix with its dependency closure (met/unmet), pending fixes, open/merged PRs and their audit state, findings awaiting triage, what is startable right now and in which build order, and whether a product-audit is due — and emits it as one machine envelope (fixed JSON). The sensor an external driver calls between steps instead of relying on ship-roadmap's conductor. Never edits anything. Triggers: "workflow status", "what can I build next", "dependency tree of the roadmap", "pending fixes", "state of the run", "workflow-status".

AI & Automation 19 stars 3 forks Updated 1 weeks ago MIT

Install

View on GitHub

Quality Score: 82/100

Stars 20%
43
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Workflow Status (the orchestrator's sensor) One read-only pass over the project that answers, in a single fixed JSON envelope: **what exists, what is blocked on what, what is startable right now, and what the recommended next command is.** Built for external orchestrators (see `docs/workflow/ORCHESTRATION.md`) but equally useful to a human asking "where do we stand?". ## Turn contract — verify before ending the turn ``` ✓ Every claim comes from a RUN command or a READ file (git/forge output, roadmap, fix index, feature folders) — nothing inferred from memory ✓ Nothing was edited, committed, pushed, or created — read-only, always ✓ `next.recommended` is non-bare (carries the unit's slug/NN, never a bare `/plan-feature`) AND staged by the target unit's resolved status: `idea`/undesigned → `/design-feature <slug>`; `defined` → `/plan-feature <slug>`; `planned` → `/execute-phase <NN> P1` ✓ Every `design_candidates[].next` begins with `/design-feature ` — design candidates always route to design, regardless of anything else ✓ When `--last-envelope` is supplied: the no-progress guard ran (crash-recovery checklist) — a hint that recommended `/plan-feature`/`/design-feature` for a unit still at its pre-advance status produces a `workflow_observations` note, never a silently repeated bland recommendation ✓ `recommendations.product_audit` was computed by the step-16 mechanical two-condition check (never guessed), and `next.tier` was derived from the resolved `n...

Details

Author
gtrabanco
Repository
gtrabanco/agentic-workflow
Created
1 months ago
Last Updated
1 weeks ago
Language
TypeScript
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category