skills/coordinator-task-status-renderer/SKILL.md
Render and seed coordinator-owned task status block in OpenSpec tasks.md
npx skillsauth add jankneumann/agentic-coding-tools coordinator-task-status-rendererInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Two scripts ship with this skill:
scripts/render_tasks_status.py <change-id> — read coordinator issue state for
the change and rewrite the managed block in openspec/changes/<change-id>/tasks.md.scripts/seed_tasks_from_md.py <change-id> — parse hand-authored tasks from
tasks.md and POST them to the coordinator as issues. Idempotent on the
(change:<id>, task:<key>) label pair.Invocation contracts and managed-block format: see
openspec/changes/add-coordinator-task-status-renderer/contracts/README.md.
This skill is not user-invocable. It is wired into:
.githooks/pre-commit and .githooks/post-merge (calls renderer when
openspec/changes/<id>/tasks.md is staged or merged)./plan-feature Gate 2 Approve (calls seeder once tasks.md is approved)./implement-feature start (seeding-retry on empty change-id, per D11).Tests live at skills/tests/coordinator-task-status-renderer/.
testing
Create and edit Obsidian Flavored Markdown with wikilinks, embeds, callouts, properties, and other Obsidian-specific syntax. Use when working with .md files in Obsidian, or when the user mentions wikilinks, callouts, frontmatter, tags, embeds, or Obsidian notes.
tools
Interact with Obsidian vaults using the Obsidian CLI to read, create, search, and manage notes, tasks, properties, and more. Also supports plugin and theme development with commands to reload plugins, run JavaScript, capture errors, take screenshots, and inspect the DOM. Use when the user asks to interact with their Obsidian vault, manage notes, search vault content, perform vault operations from the command line, or develop and debug Obsidian plugins and themes.
data-ai
Create and edit Obsidian Bases (.base files) with views, filters, formulas, and summaries. Use when working with .base files, creating database-like views of notes, or when the user mentions Bases, table views, card views, filters, or formulas in Obsidian.
tools
Create and edit JSON Canvas files (.canvas) with nodes, edges, groups, and connections. Use when working with .canvas files, creating visual canvases, mind maps, flowcharts, or when the user mentions Canvas files in Obsidian.