name: lw-output
description: Render wiki-grounded content as slides, charts, reports, or other non-canonical artifacts and file them under outputs/. Usage: /lw-output --slides <question|file> or /lw-output --chart <question|file>
trigger: /lw-output
LLM Wiki Output
Render non-canonical artifacts from the wiki.
outputs/ is for exports, renderings, reports, and operational artifacts derived from the wiki.
It is not the canonical knowledge base.
Steps
- If input is a question, use index-first research.
- If input is a file, read the file body.
- Produce the requested output format.
- Save it to
outputs/.
- Update
wiki/log.md.
- Only add the artifact to
wiki/index.md if the workspace explicitly maintains an output/export catalog.
Rules
- Outputs should remain grounded in actual wiki pages.
- Use profile rules for customer-safe wording if the active project requires it.
- Do not treat outputs as canonical query material.
- If an output contains durable knowledge that future wiki queries should rely on, promote that knowledge into
wiki/ during maintenance rather than relying on the output file itself.