Skip to content

Business-First AI Framework: 7-Step Restructure

The framework grows from three steps to seven — promoting Design, Build, Test, Run, and Improve to top-level steps with their own skills, deliverables, and documentation pages.

3 steps → 7 steps. The old “Step 3: Build” umbrella (with sub-steps 3.1 Design, 3.2 Construct, 3.3 Run) is gone. Each is now a top-level step, “Construct” is renamed to “Build”, and two new steps join the framework:

StepSkillDeliverable
1. AnalyzeanalyzeOpportunity Report
2. DeconstructdeconstructWorkflow Definition
3. DesigndesignAI Building Block Spec
4. BuildbuildPlatform artifacts
5. TesttestTest Results with eval scorecard
6. RunrunRun Guide
7. ImproveimproveImprovement Plan

Step 5: Test — structured evaluation using criteria defined during Design. Smoke test, full eval suite with 1-5 scoring, building block evals in isolation, baseline establishment, and a diagnosis table mapping problems to building blocks. Test page.

Step 7: Improve — periodic evaluation of running workflows. Watch for quality signals, re-run evals against baseline, assess graduation to a more capable orchestration mechanism, and decide: no changes needed, tune, redesign, or evolve. Improve page.

Evaluation Criteria in Design. The Design skill now prompts for what good output looks like, quality dimensions, 3-5 test scenarios, and a minimum quality bar. These feed directly into Test and Improve.

Skills renamed. All five existing skills shortened from verbose forms (analyzing-workflows, deconstructing-workflows, etc.) to analyze, deconstruct, design, build, run. Slash commands updated accordingly — e.g., /business-first-ai:build replaces /business-first-ai:construct-workflow.

Portable prompts retired. Skills now work on every major platform (Claude Code, Cowork, Claude.ai, ChatGPT, Codex CLI, Gemini CLI, Cursor), so maintaining separate copy-paste prompts is no longer necessary. The three prompt pages redirect to their step pages.

Plugin version: 7.0.0 — a major version bump reflecting breaking skill renames and new skills. Update with /plugin install business-first-ai@handsonai.

Start with the framework overview →