Getting it into your agent
This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.
/plugin marketplace add Emasoft/ai-maestro-architect-agent/plugin install ai-maestro-architect-agentWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/emasoft/ai-maestro-architect-agent/amaa-design-lifecycle)<a href="https://agentmods.dev/skills/emasoft/ai-maestro-architect-agent/amaa-design-lifecycle"><img src="https://agentmods.dev/badge/skills/emasoft/ai-maestro-architect-agent/amaa-design-lifecycle/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/emasoft/ai-maestro-architect-agent/amaa-design-lifecycle"><img src="https://agentmods.dev/badge/skills/emasoft/ai-maestro-architect-agent/amaa-design-lifecycle.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00034 | $0.01333 |
| Opus 5 | $0.00017 | $0.00666 |
| Sonnet 5 | $0.00007 | $0.00267 |
| Haiku 4.5 | $0.00003 | $0.00133 |
Grade A, and why
amaa-design-lifecycle scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 113 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Design Lifecycle Skill
Overview
Manages the complete lifecycle of design documents: creation, review, approval, implementation tracking, and archival. Enforces valid state transitions (DRAFT->REVIEW->APPROVED->IMPLEMENTED->ARCHIVED, plus DEPRECATED/SUPERSEDED as terminal off-ramps) plus the redesign-loop re-entry edge IMPLEMENTED->REVIEW (so a design flaw surfaced mid-dev can be pulled back and revised), and generates handoff documents for implementers.
Checklist
Copy this checklist and track your progress:
- Receive requirements via AMCOS (the team boundary)
- Research APIs/technologies
- Create design documents in
docs_dev/design/ - Generate design UUID and register in index with state DRAFT
- Complete design and validate checklist
- Submit for review (state: REVIEW)
- Address review comments
- Update state to APPROVED
- Create handoff document for AMOA
- Report completion to AMCOS
- Track implementation progress
- If a design flaw surfaces mid-dev (relayed by ORCH): run the redesign loop (IMPLEMENTED->REVIEW), revise or split/group, re-approve
- Archive when complete (state: ARCHIVED)
Prerequisites
- Write access to
docs_dev/design/directory for design documents - Design scripts available at
${CLAUDE_PLUGIN_ROOT}/scripts/amaa_design_*.py
Instructions
- Receive requirements via AMCOS (the team boundary)
- Research APIs/technologies and create design documents in
docs_dev/design/ - Generate design UUID and register in index with state DRAFT
- Complete design, validate checklist, submit for review (state: REVIEW)
- Address review comments, update state to APPROVED
- Create handoff document for AMOA, report completion to AMCOS
- Track implementation progress, archive when complete (state: ARCHIVED)
Reference Documents
| Reference | Description |
|---|---|
| procedures.md | PROCEDURE 1: Create New Design, PROCEDURE 2: Submit for Review, PROCEDURE 3: Approve Design, PROCEDURE 4: Track Implementation, PROCEDURE 5: Complete and Archive |
| design-states.md | State Definitions + the redesign loop (mid-dev re-entry) |
| op-manage-state-transitions.md | When to Use, Prerequisites, Procedure, State Transition Rules, Checklist, Examples, Error Handling |
| op-accept-redesign-request.md | When to Use, Prerequisites, Procedure, Checklist, Related Operations, Related Templates |
| examples.md | Example 1: Design Real-Time Collaborative Editor, Example 2: Design Stripe Payment Integration, Example 3: Create and Submit Design for Review (Lifecycle), Example 4: Approve and Track Implementation (Lifecycle) |
| scripts.md | Script Reference |
| rule-14-enforcement.md | 1 When handling user requirements in any workflow, 2 When detecting potential requirement deviations, 3 When a technical constraint conflicts with a requirement, 4 When documenting requirement compliance |
What ships with it
24 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- references/adr-templates.md 2.0 KB
- references/design-states.md 1.5 KB
- references/examples.md 3.6 KB
- references/handoff-format.md 7.2 KB
- references/judgment-guidelines.md 3.4 KB
- references/op-accept-redesign-request.md 3.7 KB
- references/op-approve-design.md 5.2 KB
- references/op-archive-design.md 5.4 KB
- references/op-create-design-document.md 4.7 KB
- references/op-generate-design-uuid.md 4.7 KB
- references/op-manage-state-transitions.md 10 KB
- references/op-submit-design-review.md 4.8 KB
- references/op-track-implementation.md 5.9 KB
- references/procedures.md 1.4 KB
- references/README.md 928 B
- references/rule-14-enforcement.md 2.5 KB
- references/scripts.md 1.2 KB
- references/style-guidelines.md 1.0 KB
- references/success-criteria.md 3.9 KB
- references/workflow-checklists.md 4.8 KB
- templates/design-template.md 2.6 KB
- templates/dialog-loop-comprehension-handshake.md 2.4 KB
- templates/dialog-loop-in-dev-issue.md 2.0 KB
- templates/dialog-loop-pre-pr-gate.md 2.1 KB
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 10d ago First seen · 113 lines · 34 tokens per session scan A c54dbbab327b
amaa-design-lifecycle is a skill published in the GitHub repository Emasoft/ai-maestro-architect-agent (2 stars, last pushed 12d ago), licensed MIT. It adds 34 tokens to every session and 1,333 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
webgl-holographic-foil
A self-contained WebGL2 hero: thin-film interference over a crushed-foil surface whose palette shifts with the viewing angle; move the cursor to tilt the film.
html-ppt-hermes-cyber-terminal
OpenDesign + BYOK: choosing and wiring your own model, hands-on — cost, quality, and the routing decision. Built as a decision-grade AI literacy deck for engineers, IT, applied-AI teams.
html-ppt-taste-brutalist
16:9 HTML deck in tactical-telemetry / CRT-terminal taste. Deactivated-CRT charcoal slides, white-phosphor monospace, hazard-red accent, scanline overlay, ASCII syntax, density over decoration. Distilled from Leonxlnx/taste-skill brutalist-skill (Tactical Telemetry mode).
visual-ralph
Visual Ralph orchestration for frontend UI from generated references, static references, or live URL targets, using $ralph with built-in visual verdict and pixel-diff evidence until the implementation matches and leaves a reproducible design system.
accessibility
Consolidated accessibility skill entrypoint for WCAG 2.2, ARIA Authoring Practices, cognitive accessibility, Section 508, EN 301 549, design intent verification, and the Accessibility Planner workflow.
make-resume
A Chinese-language tool for creating editable HTML resumes that can be changed in a browser and printed to PDF. It uses available resume templates when they are installed and otherwise provides a simpler fallback.