Loading...
Loading...
This skill should be used when a team wants to create or refine the design guidelines document — for example "create the design steering doc", "document our design system", "write the design principles", "document our component patterns", "set up the design guidelines", or "update the design doc". Generates docs/steering/DESIGN.md as a living document capturing design principles, the design system, tokens, component patterns, and accessibility standards. Generated once and refined — not regenerated from scratch.
npx skill4agent add xiduzo/wtf wtf.steer-designdocs/steering/DESIGN.mdreferences/design-template.mddocs/steering/DESIGN.mdAskUserQuestionquestionheaderoptions[{label: "Refine it", description: "Review and improve the existing document"}, {label: "Exit", description: "Leave it as-is"}]package.json--color-*--spacing-*components/ui/src/components/docs/docs/steering/VISION.mdAskUserQuestionreferences/design-template.md[PLACEHOLDER]AskUserQuestionquestion: "Does this reflect the design direction accurately?"header: "Review"options: [{label: "Looks good — save it", description: "Write to docs/steering/DESIGN.md"}, {label: "I have changes", description: "I want to adjust something first"}]mkdir -p docs/steeringdocs/steering/DESIGN.mdgit add docs/steering/DESIGN.md
git commit -m "docs: add design guidelines steering document"AskUserQuestionquestionheaderoptions[{label: "Yes — push to wiki", description: "Publish DESIGN.md as a wiki page"}, {label: "Not now", description: "Skip wiki sync"}]REPO=$(gh repo view --json nameWithOwner -q .nameWithOwner)
git clone https://github.com/$REPO.wiki.git /tmp/wiki-sync
cp docs/steering/DESIGN.md /tmp/wiki-sync/WTF-Design.md
cd /tmp/wiki-sync && git add WTF-Design.md && git commit -m "Sync: design guidelines" && git push
rm -rf /tmp/wiki-syncAskUserQuestionquestionheaderoptions[{label: "Create QA.md", description: "Run to document the QA standards"}, {label: "Create TECH.md", description: "Runto document the technical guidelines"}, {label: "Create VISION.md", description: "Run to document the product vision"}, {label: "Stop here", description: "Exit — no further action"}]