From MindForge
Generate tests for a completed phase based on UAT criteria and implementation
How this skill is triggered — by the user, by Claude, or both
Slash command
/mindforge:mindforge-add-testsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
<objective>
Analyzes implementation files, classifies them into TDD (unit), E2E (browser), or Skip categories, presents a test plan for user approval, then generates tests following RED-GREEN conventions.
Output: Test files committed with message test(phase-{N}): add unit and E2E tests from add-tests command
<execution_context> @.agent/workflows/mindforge-add-tests.md </execution_context>
Phase: $ARGUMENTS@.planning/STATE.md @.planning/ROADMAP.md
Execute the add-tests workflow from @.agent/workflows/mindforge-add-tests.md end-to-end. Preserve all workflow gates (classification approval, test plan approval, RED-GREEN verification, gap reporting).npx claudepluginhub sairam0424/mindforge --plugin mindforgeGuides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
Resolves in-progress git merge or rebase conflicts by analyzing history, understanding intent, and preserving both changes where possible. Runs automated checks after resolution.