| name | zl-cockpit-build |
| description | Zhulong local project cockpit for leader demos, visual reports, project health, Graphify impact, RAG evidence, and quality status. |
Zhulong Project Cockpit
Use this when the user invokes /zl-cockpit-build or asks for a project cockpit, leader demo, 可视化报告, 项目健康度, or Graphify / RAG / evidence summary.
Required Flow
-
From the repository root, run:
{{ZL_CLI}} cockpit build --target "$PWD"
-
Open or report the generated local static page:
.planning/cockpit/index.html
-
Read .planning/cockpit/COCKPIT_REPORT.md before explaining stale, missing, or risk states.
Local Contract
- Keep the user-facing command name
/zl-cockpit-build.
- The cockpit command is local-only and does not use an external LLM.
- It reads existing
.planning/, graphify-out/, and verification/reports/ artifacts.
- It must not run GraphRAG index, Graphify build, or hidden heavy refresh.
- If newer Graphify/RAG data is needed, ask the user before suggesting explicit
--run, --index, or zl-refresh-run.
- Mention evidence/writeback state from the cockpit, but do not claim completion unless workflow and evidence gates pass.