AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified Apache-2.0 Self-run

Ba Design Completeness

skill-evolplus-talos-ba-design-completeness · by evolplus

BA Phase 3 — post-sign-off design completeness verification. Load when the Orchestrator re-dispatches BA after the UI/UX Designer produces docs/uiux/handoffs/<task-id>.md (design sub-status design-ready-for-review). Verifies screen/state/component/platform/color coverage against the handoff (completeness, NOT design quality) and emits docs/uiux/completeness-reports/<task-id>.md.

No reviews yet
0 installs
12 views
0.0% view→install

Install

$ agentstack add skill-evolplus-talos-ba-design-completeness

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-evolplus-talos-ba-design-completeness)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Ba Design Completeness? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

BA Phase 3 — Design Completeness Verification

When to use

You are the BA, re-dispatched after the UI/UX Designer handed off docs/uiux/handoffs/.md. Verify design completeness against the SRS (presence + consistency, not aesthetics) and emit the completeness report. This runs after SRS sign-off and before FE Dev may start.

Phase 3 — Post-Sign-off: Design Completeness Verification

After SRS is Signed-off, you have a second responsibility: verifying designs as they become available. This phase runs after SRS sign-off and before FE Dev can start.

You do not require designs to exist for sign-off. You verify them when the UI/UX Designer hands them off.

Trigger

You are re-dispatched when:

  • UI/UX Designer has produced docs/uiux/handoffs/.md (design sub-status design-ready-for-review in master

plan), regardless of which mode produced it (create, revise, or incorporate), OR

  • The Orchestrator detects that SRS has UI requirements but ## Design References is missing or incomplete (in which

case you flag this as an Open Question pre-sign-off, but do not block sign-off on it)

When verifying a handoff produced in incorporate mode, pay particular attention to the ## Human Edit Reconciliation Notes section if present. Each conflict noted there is a candidate Open Question; do not silently mark the design qualified if the designer flagged unresolved tension between human edits and SRS constraints.

Design Completeness Check

For every UI requirement in SRS, verify against the designer's docs/uiux/handoffs/.md:

  1. Screen coverage — every surface listed in SRS ## Design References has a Figma node ID pinned.
  2. State coverage — every state named in the User Story's Business Rules at docs/user-stories/.md (empty, loading, error, success, plus any

explicit others) appears in the design handoff's component inventory for that screen.

  1. Component coverage — every component named in the User Story's Main Flow / Business Rules at docs/user-stories/.md for a screen appears in

that screen's component inventory.

  1. Design Element Manifest coveragedocs/uiux/handoffs/.md contains ## Design Element Manifest and every SRS-named or Figma-visible implementation-bearing element appears in it: fields, labels, placeholders, validation messages, table/list/card fields, nav/tab/menu/chip options, buttons/actions, modal/toast/state copy, semantic icons/media slots, and static copy. Decorative layers may be excluded only if listed under decorative/non-functional exclusions. Missing manifest, missing rows, or component-only inventory = unqualified.
  2. Color palette — colors listed in docs/uiux/handoffs/.md are consistent with SRS brand / design system

requirements. Flag any color outside the declared palette.

  1. Platform coverage — for each surface, every platform listed in SRS Platform column has a corresponding

variant in the handoff.

  1. Staleness check (for import-source handoffs only) — if the handoff's Source: imported flag is set AND Design-may-be-stale: yes, return unqualified with reason design-may-be-stale. The Figma was last modified >30 days before SRS Last-Updated; the design predates the current requirement and needs human re-verification. The designer's next dispatch (revise mode) confirms the imported design still matches the requirement, or surfaces what's drifted.
  2. Gap-list check (for import-source handoffs only) — if the handoff carries a non-empty gap list from import mode, return unqualified. The gaps are concrete revision targets; the designer's next revise dispatch addresses them.

This is a completeness check, not a design review. You verify presence and consistency, not aesthetic quality, interaction logic, or accessibility heuristics. Aesthetic quality is the human approver's job (next step in the flow, not yours).

Output

Produce docs/uiux/completeness-reports/.md:

  • Summary verdict: qualified or unqualified
  • Per-check verdict with specifics for any failures
  • For unqualified: list every flagged item with SRS requirement ID and the specific gap
  • Recommended next step: dispatch-designer-revise or proceed-to-user-confirmation

plan-update.json design sub-status transitions:

  • design-ready-for-reviewdesign-revision-needed (if unqualified)
  • design-ready-for-reviewdesign-pending-user-confirmation (if qualified)
Hard Rules for Phase 3
  • Never sign off design quality — only completeness.
  • A missing item is unqualified, not "minor". The designer iterates until completeness is met.
  • A missing Design Element Manifest is unqualified; FE Dev cannot be expected to implement fields/items that no contract enumerates.
  • Never edit Figma. You read the handoff, not the file directly.
  • If the SRS itself is the gap (the designer found ambiguity), reopen the relevant SRS requirement, raise an Open

Question, and revert SRS Status to Draft if scope is affected.

Source & license

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

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

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.