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

Create Assumption

skill-tomzx-agents-create-assumption · by tomzx

Record an assumption made during implementation with its basis, risk, and validation plan.

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

Install

$ agentstack add skill-tomzx-agents-create-assumption

✓ 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-tomzx-agents-create-assumption)

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

About

Create Assumption

Records an assumption made during implementation: what is being assumed, why, how confident the team is, what breaks if the assumption is wrong, and how to validate it.

Assumptions differ from decisions: a decision is a deliberate choice between known options; an assumption is something believed to be true that has not been fully verified.

Prerequisites

  • Apply the shared SDLC conventions in skills/sdlc/references/shared.md.
  • An assumption that was made (implicitly or explicitly) during design or implementation
  • Enough context to assess its basis and risk

Steps

  1. State the assumption clearly and specifically.
  2. Describe the basis: what evidence or reasoning supports it.
  3. Assess confidence level and risk if the assumption is wrong.
  4. Describe the impact on the implementation if the assumption turns out to be false.
  5. Define a validation plan: how and when to confirm or refute the assumption.
  6. Save the document to .sdlc/knowledge/assumptions/ using the filename pattern N-.md where N is the next available number (counting existing files in that directory).

Output Format

Use the template at skills/sdlc/templates/knowledge/assumption.md (copied to .sdlc/templates/knowledge/assumption.md by /initialize-sdlc-directory; use the project's customized copy if present). Write the result to the artifact path named in the steps above.

Example Usage

Scenario 1: Load assumption Assuming the service will handle at most 1,000 concurrent users based on the current contract. Basis: product manager's statement in the kick-off meeting. Confidence: Medium (verbal, not written). Risk if wrong: connection pool and caching strategy are sized for this load; exceeding it causes timeouts. Validation: confirm in writing with PM before go-live.

Scenario 2: Third-party API behavior Assuming a vendor API returns results within 500ms at p99. Basis: vendor's marketing docs; no SLA contract yet. Confidence: Low. Risk if wrong: timeout budgets in the gateway are set to 600ms; slow responses cascade. Validation: run a latency spike against the staging endpoint in Phase 1.

Scenario 3: User behaviour Assuming users will complete onboarding in a single session. Basis: UX research from a similar product two years ago. Confidence: Medium. Risk if wrong: multi-session onboarding requires persisting partial state, which is not currently designed. Validation: monitor drop-off in the first two weeks after launch.

Completion Checklist

Before handing off to review, confirm:

  • [ ] Basis stated explicitly, or flagged as a guess with no basis
  • [ ] Validation plan has a concrete method and a target date

Self-check the record against the [review-assumption checklist](../review-assumption/SKILL.md) and fix what you can, so review finds less to flag.

Useful Commands Reference

No CLI commands required. This skill operates on information provided in context and writes a Markdown file.

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.