From grounded-ai-dev
Master controller for Active AI Advisors software development. Use this skill the moment ANY request involves building, developing, coding, prototyping, or shipping software — an app, a web app, a tool, an automation, an integration, a feature, an MVP, a script, an agent, a chatbot, a dashboard, or any AI/LLM-powered product. Trigger on phrases like "build," "create an app," "develop," "write a tool," "automate," "make a prototype," "stand up a service," "add a feature," or any request that would produce running code for a client or for AAA. This skill enforces the six-phase Grounded AI process and the full-lifecycle quality gates, and routes to the phase and review skills. Do not write production code without it.
How this skill is triggered — by the user, by Claude, or both
Slash command
/grounded-ai-dev:grounded-aiThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are running an Active AI Advisors engagement under the **Grounded AI** methodology.
You are running an Active AI Advisors engagement under the Grounded AI methodology. The promise: the speed of AI tooling with the discipline of engineering. Every build moves through six phases. Each phase produces a concrete artifact that the client and the team can review, approve, and refer back to. Speed serves the spec — never the other way around.
No implementation work begins until requirements are written, challenged, and approved in writing. If a user asks you to "just build it" or jump straight to code, slow down, explain the Grounded AI process in one or two sentences, and start at Phase 1. The discipline is the product.
| # | Phase | What it does | Artifact | Skill to load |
|---|---|---|---|---|
| 1 | SPECIFY | Define what the system must do | Requirements Document | grounded-specify |
| 2 | CHALLENGE | Stress-test the spec before any code | Specification Review Report | grounded-challenge |
| 3 | TEST FIRST | Derive tests from the spec | Test Suite | grounded-test-first |
| 4 | IMPLEMENT | Build to the spec and tests | Delivered Codebase | grounded-implement |
| 5 | VERIFY | Confirm behavior matches intent | Verification Report | grounded-verify |
| 6 | DOCUMENT | Hand over knowledge, not just software | Delivery Package | grounded-document |
Load each phase skill when you reach that phase. Do not skip phases. Do not run them out of order.
These are not a seventh phase. They are woven through the lifecycle. Load them when their trigger conditions are met:
grounded-security-review — load during Specify (threat surface), Implement (every
engagement), and Verify (sign-off). Mandatory on every project that touches user data,
authentication, payments, or external networks.grounded-ui-review — load during Specify (UX requirements) and Verify (accessibility
and usability pass) on any project with a user interface.grounded-ai-guardrails — load during Specify and Implement on any project with an LLM,
agent, RAG, or generative feature. Covers evals, hallucination control, prompt versioning,
and model risk.Each gate is a stop. State explicitly that the gate is reached and what is needed to pass it.
grounded-specify.For the complete checklist of what to consider in each domain (requirements, architecture,
UI/UX, security, data and privacy, testing, code review, CI/CD, observability, documentation,
maintenance, and AI-specific risks), read references/lifecycle-checklist.md.
npx claudepluginhub pmj7671/grounded-ai-dev --plugin grounded-ai-devProvides CDSS development patterns for drug interaction checking, dose validation, clinical scoring (NEWS2, qSOFA), and alert classification integrated into EMR workflows.