.cursor/skills/status-update/SKILL.md
Builds stakeholder-friendly project status updates from markdown sources. Use when asked for progress reports, implementation status, future plans, UI/UX flow summaries, infrastructure/data-flow summaries, risks, code smells, or scout-principle improvement notes.
npx skillsauth add alexwox/genesis-template status-updateInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Create a clear status update from project markdown files for non-technical stakeholders.
Prioritize markdown files that describe scope, architecture, delivery notes, and plans:
README.mdnotes.mddocs/**/*.mdarchitecture.md and docs/architecture/**/*.mdIf a requested area has no markdown coverage, state that as a gap.
Use this structure in order:
## Current status
- Implemented: ...
## What remains
- Missing: ...
## Future plan
- Next: ...
## Pros / Cons / Difficulties
- Pros: ...
- Cons: ...
- Difficulties: ...
## UI flows
- As a <user>, I can ...
## Infrastructure and data flow
- Change: ...
- Why: ...
- Flow: source -> process -> storage -> consumers
- Pros: ...
- Cons: ...
## Risks and code smells
- Risk: ...
- Code smell: ...
## Scout-principle improvements
- Improved now: ...
- Improve next: ...
tools
Translate role-based organizations into workflow-based organizations by decomposing roles into scored tasks, extracting dark playbooks (proprietary tacit knowledge), formalizing workflows, calculating automation ROI, and producing a sequenced automation roadmap. Use when a company wants to identify what work can be automated, extract undocumented expert knowledge, or build an automation strategy.
development
Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".
development
Repeatable playbook for finding and interviewing key stakeholders to validate an offer pillar hypothesis. Produces a pain proximity map, target list, outreach plan, interview protocol, and structured synthesis of findings. Use when a hypothesis needs human validation before building.
development
Manages shadcn components and projects — adding, searching, fixing, debugging, styling, and composing UI. Provides project context, component docs, and usage examples. Applies when working with shadcn/ui, component registries, presets, --preset codes, or any project with a components.json file. Also triggers for "shadcn init", "create an app with --preset", or "switch to --preset".