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

Specify

skill-kreek-consult-specify · by kreek

Use for design-partner mode: discovery, tradeoffs, decisions, and agreed design artifacts.

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

Install

$ agentstack add skill-kreek-consult-specify

✓ 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-kreek-consult-specify)

Reliability & compatibility

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

About

Specify

Iron Law

DESIGN-PARTNER MODE: READ THE SYSTEM, DECIDE THE SHAPE TOGETHER, THEN RECORD WHAT WAS AGREED.

When to Use

  • Feature work, refactors, migrations, or bug fixes that touch more than one

contract, component, module boundary, state transition, or domain invariant.

  • Adding or changing a public surface: function signature, exported type,

endpoint, event/queue payload, CLI flag, environment variable, config key, file format, or database schema/migration step.

  • Choosing shared project/package/module structure or a structural runtime

dependency such as a framework, database, ORM, auth client, SDK, state library, or job queue.

  • Ambiguous or risky implementation intent where the agent should turn fuzzy

goals into an approved design direction before code lands.

  • Significant new code with no caller-facing boundary: a substantial new module

or component, new or rewritten non-trivial logic or an algorithm, or a deliberate change to observable behavior. Agree the plan or shape before implementing.

  • The user asks to design, specify, draft an ADR/RFC/tech spec, or capture a

design note.

  • workflow chooses the Design-partner mode because architecture, domain

modeling, caller-facing interfaces, cross-boundary contracts, or multi-component choices need human participation.

When NOT to Use

  • Typos, formatting, comment-only edits, or docs-only changes with no

executable or contract effect.

  • Internal helper extraction with no caller-visible boundary.
  • Narrow bug fixes that restore intended behavior with no contract, state,

data, or boundary change.

  • Pure dependency bumps with no public surface change.
  • Small local file moves or private implementation organization that does not

establish a package/module boundary future work will depend on.

  • The user wants a concrete task plan after the design is already settled; use

workflow or the harness planning mode instead.

  • A caller-facing interface is already concrete and only needs approval; use

contract-first directly.

Core Ideas

  1. Specify turns fuzzy intent into shared design. Its output is agreement on

the current surface, target shape, tradeoffs, decisions, and open questions; it is not autonomous coding or document theater.

  1. Stay above implementation sequencing. Specify owns contracts, states,

tradeoffs, risks, and decisions. File-by-file edits, pseudocode, and task checklists belong to planning after the design direction is agreed.

  1. Contracts are any caller-facing boundary: function signature, module export,

public type, error vocabulary, CLI flag, environment variable, database schema or migration step, event payload, file format, or config key. "API" does not mean only HTTP.

  1. Consultation is not constant interruption. Ask when a decision would be

expensive to reverse (caller-facing shape, shared structure, data model, or structural dependency) or when the work is significant enough that the user should shape it: a substantial new module or component, non-trivial logic, or a deliberate observable behavior change. Routine, local, and disposable work does not need a gate.

Workflow

  1. Frame the design task. State the intended outcome and the decision that

needs collaboration. Say that coding waits until the shape is agreed.

  1. Read before proposing. Summarize current contracts, data shapes, states,

constraints, and ownership with citations. For greenfield work, name the adjacent convention.

  1. Learn with disposable spikes only when needed. If code is the fastest

way to reveal the shape, ask first, keep it local and small, and discard or rewrite it after convergence.

  1. Propose one target shape. Recommend one option, name the key tradeoff,

and mention rejected alternatives only when they explain the choice.

  1. Ask the next design question. Ask the smallest question that changes the

shape: approve, revise, or rule out the recommendation. List secondary uncertainties as notes, then revise the proposal from the user's answer.

  1. Route specialist design risks. Use domain-modeling for data, state,

effects, and invariants; contract-first for contract approval; and the domain skill for API, persistence, async, security, errors, observability, performance, UI, accessibility, or release risks.

  1. Converge before planning. Iterate until the human agrees on the design

direction or rules it out. Then hand off to planning, implementation, proof, or review.

  1. Capture only what will be used. If an artifact is needed, choose the

smallest useful form after convergence and save it where it will rot least: private .pi/specify/ for local agent memory, or checked-in docs/ when the team should keep it.

Artifact Types

  • ADR: accepted decision with context and consequences.
  • RFC: proposal needing review, with tradeoffs and approval state.
  • Tech spec: implementation-ready design for a scoped change, including proof

obligations.

  • Note: lightweight memory that is useful but not yet a formal decision.

When an artifact lists interfaces or domain shapes, mark each one approved or proposed, so the build inherits an explicit list of what still needs sign-off.

Verification

  • [ ] Current surface is backed by file:line evidence or named greenfield

conventions.

  • [ ] The proposed shape recommends one option, names the key tradeoff,

compatibility pressure, unresolved decisions, and proof obligations.

  • [ ] User-owned decisions are approved, narrowed, or explicitly left open.
  • [ ] Open questions are genuine blockers that change the design, not template

residue or deferrable details.

  • [ ] Caller-facing interfaces have contract-first approval before

implementation, or implementation remains out of scope.

  • [ ] An approved design or RFC approves the direction, not the concrete

interfaces or domain structure. Those still get contract-first and domain-modeling applied during build, with sign-off on the concrete shapes.

  • [ ] Any artifact records the agreed shape and has a purpose-fit destination.

Tripwires

Use these when the shortcut thought appears:

  • A design written before reading code is speculation.
  • Building the whole thing to discover the shape turns discovery into

unapproved implementation.

  • A design file is not approval for a contract, migration, config surface, or

caller dependency.

  • A question barrage is less useful than one recommended decision and notes.
  • Design-partner means the agent proposes concrete options; the human approves,

revises, or rules them out.

  • Open questions should not wait for code review when they block the design.

Handoffs

  • contract-first: contract approval.
  • documentation: artifact quality, audience, rot risk, and docs placement.
  • domain-modeling: data shapes, invariants, transitions, and effects.
  • architecture: boundaries, ownership, layering, and system shape.
  • proof: design proof obligations.
  • api, database, async-systems, security, error-handling,

observability, performance, ui-design, accessibility, and release: specialist lenses when the design touches those domains.

References

  • ADR template: status, date, context, decision, consequences.
  • The standalone Pi contract-first runtime package has been removed; use this

skill directly when interface design needs an explicit gate.

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.