phase0-status

Renders a single-screen Phase 0 status dashboard from project files and draft directories.

1|Updated Dec 13, 2025
One-click install
npx skills add https://github.com/ZK-Theory/TDL --skill phase0-status-zk-theory
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: phase0-status
Source: https://github.com/ZK-Theory/TDL/tree/main/.agents/skills/phase0-status
Command: npx skills add https://github.com/ZK-Theory/TDL --skill phase0-status-zk-theory

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Tracking progress across multiple research papers and shared infrastructure requires manually opening many project files, notation documents, and draft folders. This Skill consolidates that scattered state into one read-only dashboard so managers and orchestrators can see blockers and next actions at a glance. ## Core Features & Use Cases - Programme-level blocker detection: Surfaces authorship decisions, notation standard completeness, and Wasserstein (W₁/W₂) audit status before anything else. - Per-paper status rollup: Reads _project.md files and draft directories for P01-A and P01-B to show status, latest draft version, and classified open items ([BLOCKING], [NEXT], [PENDING]). - Recommended next actions: Ends the dashboard with prioritized actions and pointers to related skills. - Use Case: A research programme manager starts the week by running the dashboard to confirm the authorship decision is resolved, check whether any draft still uses unsubscripted W notation, and decide which paper to advance next. ## Quick Start Ask the assistant to run the Phase 0 status dashboard to show current blockers, draft versions, and next actions for P01-A and P01-B.

Frequently Asked Questions about phase0-status

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check the status of multiple research papers at once?

Run the Phase 0 status dashboard, which reads each paper's _project.md file and drafts directory to produce a single-screen summary. It shows each paper's status, latest draft version, and classified open items in one view.

What files does the Phase 0 dashboard read?

It reads _project.md files for P01-A and P01-B, the shared notation.md and submission-statements.md files, and each paper's drafts directory. It is strictly read-only and never modifies any of these files.

How are open items classified in the status dashboard?

Items are classified as [BLOCKING] when nothing else can proceed without them, [NEXT] when they are ready to work on now, and [PENDING] when they wait on another item. Resolved items are marked with a checkmark.

Does the dashboard modify project files when checking status?

No, the dashboard is explicitly read-only and never modifies files. It only reads project files, notation documents, and draft directories to render the status view.

What programme-level blockers does the dashboard check first?

It checks three blockers before per-paper status: whether the authorship decision is resolved, whether the notation standard's Wasserstein audit section is complete, and whether any active draft still contains W_1 or unsubscripted W notation.