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

Spec Driven

skill-zazzcode-zazz-skills-spec-driven · by zazzcode

Apply or explain the lifecycle after a deliverable specification is greenlit: AC/TDD implementation, Owner steering, in-place spec contract updates, Implementation And Review Change Log entries, run logs, QA/UAT, draft PR feedback, automated review, re-verification, and final human sign-off. Use for questions about how specs, run logs, PRs, reviewers, QA, owners, and implementing agents coordinat…

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

Install

$ agentstack add skill-zazzcode-zazz-skills-spec-driven

✓ 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-zazzcode-zazz-skills-spec-driven)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo 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 Spec Driven? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Spec-Driven Development

Use this skill for the lifecycle around an approved deliverable specification from greenlight through human-reviewed merge. It does not replace spec-builder, qa-testing, pr-builder, pr-review, gh-stack, or implementation agents. It defines how those roles coordinate around the specification as the current implementation contract.

If the user is drafting or refining the initial specification before greenlight, use spec-builder. If the user is asking how an approved specification moves through implementation, steering, QA, PR feedback, controlled contract updates, rework, re-verification, and sign-off, use this skill.

Core Model

A deliverable specification is the executable contract for one deliverable. After greenlight, the body of the specification should continue to read as the current contract. Accepted Owner steering, QA/UAT findings, PR review feedback, or implementation-discovered bugs that change the contract update the affected specification sections in place.

The final Implementation And Review Change Log records the audit trail for those changes. It points to changed sections and explains source, rationale, summary, and verification impact. It is not a competing list of current requirements.

Append-only execution history still belongs in the run log or repo-declared execution record. The run log grows as work proceeds; do not rewrite prior entries unless the user explicitly asks. The run log records attempts, phase progress, failures, evidence, QA findings, handoffs, and recoveries. The specification records the current contract plus the final contract-change audit trail.

Lifecycle

flowchart TD
    A["Spec creation and refinement(spec-builder)"] --> B["Owner greenlights specification"]
    B --> C["Implement through AC/TDD loop"]
    C --> D{"Owner steering,QA/UAT, PR review,or discovered bug changes contract?"}
    D -- "No" --> E["Record progress and evidencein run log"]
    E --> F["Draft PR and author-side review"]
    F --> G{"Review feedback changes contract?"}
    G -- "No" --> H["Rework implementation onlyand re-verify"]
    H --> I["Final evidence and human sign-off"]
    I --> J["Merge through human PR process"]
    D -- "Yes" --> K["Get Owner sign-off"]
    G -- "Yes" --> K
    K --> L["Update affected spec sections in place"]
    L --> M["Append Implementation And Review Change Log entry"]
    M --> N["Update run log with execution details"]
    N --> C

Treat steps as a controlled feedback loop. Implementation, review, and rework may cycle several times, but every accepted contract change leaves both the current spec body and the audit trail coherent.

AC/TDD Implementation Loop

The implementing agent should:

  1. read the greenlit specification and required references
  2. verify applicable standards from the repo standards index
  3. resolve open questions before editing
  4. start with the specified TDD entry point or strongest narrow verification
  5. implement in small slices against acceptance criteria
  6. run the named tests or manual checks
  7. record phase progress, evidence, deviations, and recoveries in the run log
  8. repeat until each current AC has evidence

If an implementation detail can adapt without changing scope, public behavior, ACs, test strategy, approved review shape, or invariants, log meaningful deviations in the run log and continue. If the contract changes, use the change protocol below.

Lead Agent, Subagents, And Tracking

The implementation prompt should name the coordination model. A lead implementation agent may work alone or coordinate subagents when the active agent harness supports delegation and the specification allows it.

The lead implementation agent always owns:

  • scope control against the current specification
  • task/phase delegation boundaries
  • file-conflict serialization inside the active worktree
  • integration of subagent output
  • evidence quality and AC mapping
  • run-log and tracker updates
  • final PR-ready output

Subagents may own bounded phases, tasks, branch slices, tests, QA checks, or docs only when the specification names those boundaries. They should return changed-file summaries, commands run, evidence, risks, and unresolved questions. If subagents are not available, the lead implementation agent performs the phases directly and records that in the run log.

Work runs in a single active worktree or stack lane for the approved review artifact. The lead implementation agent orders delegated work so overlapping file ownership is serialized. Do not let subagents overwrite one another's edits. When two tasks may touch the same file, sequence the tasks and reconcile the diff before continuing.

Prefer fresh-context agents for independent QA and verification passes. A QA agent may focus on functionality, performance, code hygiene, security, accessibility, standards, or stack no-drift, depending on the specification. QA agents read the current specification, run log/tracker record, relevant evidence, and focused code scope; they do not modify code.

Execution tracking follows the repo's declared system:

  • Zazz Board: load zazz-board and update implementation progress, subagent

task progress, notes, locks when required, statuses, and evidence links through the board.

  • Jira: load jira and use repo-provided or Owner-provided Jira issue context;

do not assume live Jira access unless the repo declares it.

  • Other tracker: follow the repo-declared tracker workflow.
  • Local run log only: keep the run log and PR evidence current.

Change Protocol

Use this protocol when accepted feedback changes scope, public behavior, UX workflow, API/schema/validation behavior, bug-fix behavior, test strategy, execution sequence, approved review shape, branch contract, invariants, or acceptance criteria.

  1. Stop coding the affected slice.
  2. Identify the sections that need to change.
  3. Get Owner sign-off for the contract change.
  4. Update the affected specification sections in place so they describe the current

contract.

  1. Append an Implementation And Review Change Log entry at the end of the

specification.

  1. Record execution details in the run log, including rework and re-verification notes.
  2. Re-run any tests or manual checks whose evidence may have been invalidated.
  3. For stacked branches, rebase/propagate the updated lower-branch contract upstack and

re-run no-drift checks.

Use this entry shape:

### YYYY-MM-DD HH:MM TZ — Short Change Title

**Source.** Owner steering, QA/UAT, PR review, implementation-discovered bug, or other source.

**Changed Sections.** Links or section numbers.

**Rationale.** Why the accepted change was needed.

**Summary.** Short summary of the in-place spec edits.

**Verification Impact.** Tests, manual checks, evidence, or re-verification now required.

What Belongs Where

  • Specification body: current executable contract. Update it in place when accepted

feedback changes the contract.

  • Implementation And Review Change Log: final spec section; audit trail for

accepted contract changes after greenlight.

  • Run log / execution record: append-only execution history, attempts, phase progress,

evidence locations, failures, recoveries, QA findings, handoffs, and rework notes.

  • PR body / review thread: reviewer-facing summary, evidence, open risks, and review

conversation. Summarize material spec changes and link the specification.

  • Commit history: implementation history. Do not rely on commits alone to explain

contract changes.

Do Not Use The Change Log For

  • ordinary progress notes
  • test command output with no contract change
  • pure refactors that preserve contract
  • formatting, naming, or README cleanup unrelated to the deliverable's product contract
  • PR-body-only edits
  • temporary failed attempts
  • implementation details that remain within adaptive guidance

Those belong in the run log, PR, or commit history as appropriate.

When To Create A New Spec Instead

Create or request a separate specification when accepted feedback:

  • creates a new deliverable boundary
  • needs a separate review artifact
  • changes branch/PR topology beyond the approved review shape
  • introduces a new feature context
  • makes the original deliverable misleading even after in-place updates and audit log
  • is primarily docs, process, tooling, or standards work outside the deliverable's

product-facing capability

Review And Sign-Off

Before marking implementation ready for human review:

  • every current AC has evidence
  • affected spec sections match the implemented behavior
  • each contract change has a final change-log entry
  • the run log is current through rework and re-verification
  • QA or verifier findings are resolved or explicitly carried as known risk
  • draft PR evidence links to the specification and summarizes material contract changes

Humans retain scope approval, subjective product/UX sign-off, PR approval, and merge authority.

Skill Boundaries

  • Use spec-builder for initial specification authoring, templates, intake, topology,

ACs, test strategy, and implementation prompt shape.

  • Use this skill for post-greenlight lifecycle, contract-change handling, evidence

flow, and sign-off discipline.

  • Use qa-testing for independent verification and evidence quality.
  • Use pr-builder for draft-first PR packaging.
  • Use pr-review for standards/spec compliance review.
  • Use gh-stack for stacked branch command details when the approved review shape is a

stack.

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.