wizard

Plan and execute software features through an eight-phase workflow with verification checkpoints.

23|Updated Apr 5, 2026
One-click install
npx skills add https://github.com/reedmayhew18/ClawedBack --skill wizard-reedmayhew18
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wizard
Source: https://github.com/reedmayhew18/ClawedBack/tree/main/.claude/skills/wizard
Command: npx skills add https://github.com/reedmayhew18/ClawedBack --skill wizard-reedmayhew18

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Eight-phase implementation methodology provides a disciplined, structured approach to delivering high-quality features or fixes with built-in verification at every stage.

Core Features & Use Cases

  • Eight-phase workflow: Plan, Explore, Test First, Implement Minimum, Verify No Regression, Document, Adversarial Review, and Quality Gate to guide complex work.
  • Quality assurance: Built-in checkpoints and traceability ensure changes are thoroughly validated before release.
  • Reusable templates: Provides repeatable guidance that accelerates delivery across projects and teams.

Quick Start

Provide a task description and I will guide you through the eight phases to deliver a verifiable, production-ready solution.

Frequently Asked Questions about wizard

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What is a phased workflow for software engineering and how does it ensure code quality?

A phased workflow for software engineering breaks feature implementation into structured stages like planning, testing, and verification. This approach ensures code quality by enforcing built-in checkpoints and traceability at every phase before release.

How do I implement a test-first approach for bug fixing and feature development?

To implement a test-first approach for feature development, you plan the task, explore the codebase, and write tests before writing minimum implementation code. This methodology guarantees verifiable, production-ready software changes without regressions.

Can I use a structured phase workflow for refactoring existing code?

Yes, you can use a structured phase workflow for refactoring existing code. The methodology applies to bug fixing, feature development, and refactoring by guiding each task through exploration, testing, implementation, and adversarial review phases.

What's the best way to prevent regressions when deploying new software features?

The best way to prevent regressions when deploying new features is using a structured methodology with explicit verification checkpoints. Testing first, implementing minimum changes, and passing a final quality gate ensures no existing functionality breaks.

Does this eight-phase implementation methodology work for solo developers or only for teams?

This eight-phase implementation methodology works for both solo developers and teams. It provides reusable templates and repeatable guidance that accelerate delivery across projects, satisfying requirements for structured workflows and comprehensive documentation.

Why do I need an adversarial review phase in my software development workflow?

You need an adversarial review phase in your software development workflow to rigorously challenge your implementation before the final quality gate. This phase identifies edge cases and vulnerabilities, ensuring your code is truly production-ready.