ワンクリックで
coordinator-task-status-renderer
Render and seed coordinator-owned task status block in OpenSpec tasks.md
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Render and seed coordinator-owned task status block in OpenSpec tasks.md
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Generate throughput and quality reports from coordinator audit data and episodic memory
Orchestrate the full plan-review-implement-validate-PR lifecycle with multi-vendor review convergence
Comprehensive project health diagnostic — collects signals from CI tools, existing reports, deferred issues, and code markers into a prioritized finding report
Generate changelog entries and suggest semantic version bumps from git history
Ingest raw session transcripts from coding-agent harnesses via vendor-specific adapters, normalize to a common event schema, triage for struggle signals, and write structured findings to episodic memory
Readiness gate for sync-point operations — inspect validation, rework, and active-agent state before merge
| name | coordinator-task-status-renderer |
| description | Render and seed coordinator-owned task status block in OpenSpec tasks.md |
| category | OpenSpec |
| tags | ["openspec","coordinator","tasks","hook"] |
| user_invocable | false |
| triggers | ["render task status","seed tasks from md"] |
| related | ["plan-feature","implement-feature","coordination-bridge"] |
Two scripts ship with this skill:
<skill-base-dir>/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.<skill-base-dir>/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/.