# 03 Assert

> Assert features work as intended - general assertions, architecture conformance, and frontend UI validation.

- **Type:** Skill
- **Install:** `agentstack add skill-ai-driven-dev-framework-03-assert`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [ai-driven-dev](https://agentstack.voostack.com/s/ai-driven-dev)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [ai-driven-dev](https://github.com/ai-driven-dev)
- **Source:** https://github.com/ai-driven-dev/framework/tree/main/plugins/aidd-dev/skills/03-assert
- **Website:** https://www.ai-driven-dev.fr/

## Install

```sh
agentstack add skill-ai-driven-dev-framework-03-assert
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Skill: assert

Validates correctness of implementations through iterative assertion loops, architecture checks, and browser-based frontend verification.

## Available actions

| #   | Action                | When to use                                                                  |
| --- | --------------------- | ---------------------------------------------------------------------------- |
| 01  | `assert`              | Iterate until a feature works by running the project's coding assertions     |
| 02  | `assert-architecture` | Verify the codebase conforms to documented architecture (C4, ADRs, tree)     |
| 03  | `assert-frontend`     | Iterate until a frontend feature works by inspecting the running UI          |

## Routing (run first)

These actions are complementary facets, not mutually exclusive. This skill is run-one-OR-run-all:

- The user named a facet ("assert the frontend", "check architecture conformance") -> run that ONE action.
- The user asked for an unscoped assertion ("assert this works", "make the feature pass") -> ask ONE question: "Assert everything applicable, or a specific facet (coding / architecture / frontend)?" Then run all applicable, or the chosen one.
- Never silently default to action 01. Never run a blind all without offering the choice first.

When running all applicable: `01-assert` is the baseline (project coding assertions); add `03-assert-frontend` when the feature has a UI and a running frontend URL; add `02-assert-architecture` when architecture conformance is in scope. A facet whose precondition is absent (e.g. no running URL) is skipped with a noted reason, never forced. Run the selected actions in order (01, then 03, then 02). Read and follow each selected action file.

## Actions

- `@actions/01-assert.md`
- `@actions/02-assert-architecture.md`
- `@actions/03-assert-frontend.md`

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [ai-driven-dev](https://github.com/ai-driven-dev)
- **Source:** [ai-driven-dev/framework](https://github.com/ai-driven-dev/framework)
- **License:** MIT
- **Homepage:** https://www.ai-driven-dev.fr/

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-ai-driven-dev-framework-03-assert
- Seller: https://agentstack.voostack.com/s/ai-driven-dev
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
