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.
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-phaseSKILL.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>
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