From jahns-workflow
This skill should be used when the user runs "/jahns-workflow:status", asks "what's the status across my projects", "show the project dashboard", "which tasks are active/blocked", or wants a cross-project overview of branches, rounds, and task progress.
How this skill is triggered — by the user, by Claude, or both
Slash command
/jahns-workflow:status [project-name] (optional filter)[project-name] (optional filter)This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Show the cross-project dashboard. Zero-LLM rendering: run the script, relay its output.
Show the cross-project dashboard. Zero-LLM rendering: run the script, relay its output.
Plugin root = two directories above this skill's base directory.
uv run <plugin-root>/scripts/jw_dashboard.py # all registered projects
uv run <plugin-root>/scripts/jw_dashboard.py --project <name>
Relay the output verbatim in a code block (it is pre-formatted). Add at most 1–3 sentences
in the user's configured language only when something needs flagging: blocked tasks whose
dependencies are all done (stale blocked status), projects with ✗ path missing, or
pending decision/... tasks awaiting the user. Otherwise add nothing.
Projects appear here after /jahns-workflow:init registers them. Projects without a local
clone on this machine can be tracked remotely: add { "name": "...", "repo": "owner/name" }
to ~/.claude/jahns-workflow/projects.json and the dashboard fetches their tasks.yaml via
gh api (default branch). Each project's visual dependency graph is its ROADMAP.md
(rendered by GitHub as Mermaid).
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub dev-jahn/jahns-cc-marketplace --plugin jahns-workflow