| name | agentic-dashboard-prototype |
| description | Compatibility shim for dashboard prototype requests; artifact-producing operations must route to agentic-prototype-trigger with profile: dashboard. |
agentic-dashboard-prototype
This skill is a compatibility shim. It does not own prototype production workflow.
Trigger Conditions
Use this shim when an older entrypoint asks for dashboard prototype generation, regeneration, critique repair, or selected-element dashboard updates.
For any artifact-producing operation, call agentic-prototype-trigger with profile: dashboard plus original source spec, current manifest when present, selected elements when present, and user request or critique diagnostics when present.
Required Inputs
profile: dashboard
- original source spec
- current manifest when present
selected_elements when present
- user request when present
- critique diagnostics when present
Outputs
- A routing handoff to
agentic-prototype-trigger
- Preserved
agentic-design dashboard context for downstream request construction
- Blocked questions when dashboard scope or diagnostics context is incomplete
Forbidden Actions
- This shim must not own prototype production workflow.
- Do not bypass
agentic-prototype-trigger for any artifact-producing operation.
- Do not package or doctor prototype artifacts from this shim.
- Do not commit, push, reset, rebase, stash, or delete user work as part
of this skill (
git_read_only tier in
skills/agentic-git-sync/rules/git-permission-boundaries.md); this does
not restrict other active skills' Git contracts.