Skip to main content
ClaudeWave
Skill0 repo starsupdated yesterday

mindforge-ui-phase

The mindforge-ui-phase Claude Code skill generates a UI design contract document (UI-SPEC.md) for frontend development phases by orchestrating research and verification workflows. Use this skill when beginning a new frontend phase to establish design specifications, validate requirements, and document the UI contract before implementation starts.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/sairam0424/MindForge /tmp/mindforge-ui-phase && cp -r /tmp/mindforge-ui-phase/.agent/skills/mindforge-ui-phase ~/.claude/skills/mindforge-ui-phase
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

<objective>
Create a UI design contract (UI-SPEC.md) for a frontend phase.
Orchestrates mindforge-ui-researcher and mindforge-ui-checker.
Flow: Validate → Research UI → Verify UI-SPEC → Done
</objective>

<execution_context>
@.agent/workflows/mindforge-ui-phase.md
@.agent/references/ui-brand.md
</execution_context>

<context>
Phase number: $ARGUMENTS — optional, auto-detects next unplanned phase if omitted.
</context>

<process>
Execute @.agent/workflows/mindforge-ui-phase.md end-to-end.
Preserve all workflow gates.
</process>