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

Specify

skill-konh-claudetools-specify · by KonH

Capture feature intent and acceptance criteria before planning begins, writing docs/specs/<YY_MM_DD_HH>_<name>/spec.md. Stops for user approval before the plan skill runs.

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

Install

$ agentstack add skill-konh-claudetools-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-konh-claudetools-specify)

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 Specify? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Capture feature intent and acceptance criteria before planning begins. Writes docs/specs/_/spec.md and stops — the user must approve the spec before the plan skill runs.

Doc paths

Default convention: specs live under docs/specs/. Check the project's CLAUDE.md for an overriding location (e.g. a "Docs Layout" section or explicit mention of spec paths) before falling back to the default.

Spec Identifier Derivation

  1. Use Glob with pattern docs/specs/*/*.md to list existing spec folders — do NOT use a trailing-slash pattern (docs/specs/*/) or a bare docs/specs/*, both silently return nothing on Windows; the nested */*.md form matches files one level down and works
  2. Generate the current local timestamp as YY_MM_DD_HH (for example, 26_07_18_14)
  3. Combine it with a short kebab-case feature name: _
  4. Do not derive or assign a numeric index

Orchestration

Spawn an architect sub-agent (general-purpose) briefed with:

  • The user's feature description
  • Relevant project rules from CLAUDE.md and any project rules directory
  • The output path: docs/specs/_/spec.md
  • The spec format below

The architect writes the spec file directly. You (orchestrator) then:

  1. Present the spec contents to the user
  2. Collect feedback and re-brief the architect if changes are needed (iterate until the user approves)
  3. Stop. Do not run the plan skill or write any code. The user must explicitly request the next step.

Spec Format

# Spec: 

## Feature Intent

As a , I want , so that .

## Acceptance Criteria

- **Given**  **When**  **Then** 
- (one bullet per observable behaviour; cover the happy path and the most important edge cases)

## Out of Scope

- (explicit exclusions — things the feature deliberately will not do)

## Ambiguities

- [NEEDS CLARIFICATION: ]
- (omit this section entirely if there are no ambiguities)

Rules

  • Do NOT write any plan, code, or assets — only the spec document.
  • Use [NEEDS CLARIFICATION: …] markers freely — surfacing unknowns early is the point.
  • The spec folder name starts with its creation timestamp and uses a kebab-case name: docs/specs/26_07_18_14_my-feature/spec.md.
  • Do not create plan.md in the spec folder — that is the plan skill's job.

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.