mindforge-ui-review
The mindforge-ui-review skill evaluates existing frontend code across six design pillars (visual hierarchy, typography, color harmony, spacing consistency, component cohesion, and accessibility compliance), generating a scored assessment document. Use this when auditing implemented UI to identify design gaps, ensure brand consistency, or establish baseline improvement targets before refactoring.
git clone --depth 1 https://github.com/sairam0424/MindForge /tmp/mindforge-ui-review && cp -r /tmp/mindforge-ui-review/.agent/skills/mindforge-ui-review ~/.claude/skills/mindforge-ui-reviewSKILL.md
<objective>
Conduct a retroactive 6-pillar visual audit. Produces UI-REVIEW.md with
graded assessment (1-4 per pillar). Works on any project.
Output: {phase_num}-UI-REVIEW.md
</objective>
<execution_context>
@.agent/workflows/mindforge-ui-review.md
@.agent/references/ui-brand.md
</execution_context>
<context>
Phase: $ARGUMENTS — optional, defaults to last completed phase.
</context>
<process>
Execute @.agent/workflows/mindforge-ui-review.md end-to-end.
Preserve all workflow gates.
</process>Publish a skill to the npm registry (or private registry).
Add an idea to the backlog parking lot (999.x numbering)
Add phase to end of current milestone in roadmap
Generate tests for a completed phase based on UAT criteria and implementation
Capture idea or task as todo from current conversation context
Audit milestone completion against original intent before archiving
Cross-phase audit of all outstanding UAT and verification items
Run all remaining phases autonomously — discuss→plan→execute per phase