brainstorming
79Shape Ideas Into Implementation Designs
Early feature ideas often lack clear scope, trade-offs, and validation. This skill guides structured dialogue that turns uncertain ideas into reviewed designs.
Verify Work Before Completion
Completion claims often happen before tests, builds, or requirements are actually checked. This skill forces fresh evidence before any success statement.
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "verification-before-completion" from https://skillstore.io/skills/cycleaddict-verification-before-completion.md and its manifest at https://skillstore.io/api/skills/cycleaddict-verification-before-completion/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Your Agent should still show its plan and request any confirmation required by the security policy.
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Using "verification-before-completion". The agent is ready to say a validation bug is fixed.
Expected outcome:
I reran the failing validation test. It now passes with zero failures, so the bug fix is verified.
Using "verification-before-completion". The agent wants to claim the build passes without a fresh run.
Expected outcome:
I cannot claim the build passes yet. I need to run the full build and read the result first.
Using "verification-before-completion". A delegated agent reports success on a requested change.
Expected outcome:
I checked the diff and verified the requested file changed. One requirement remains unverified, so completion is not proven yet.
Static command findings are false positives caused by Markdown code fences and verification examples. The skill instructs agents to run project verification before completion claims and shows no executable code, network access, or prompt injection attempt.
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
https://skillstore.io/skills/cycleaddict-verification-before-completion/audits/9?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report[](https://skillstore.io/skills/cycleaddict-verification-before-completion?utm_source=security_passport_badge)<a href="https://skillstore.io/skills/cycleaddict-verification-before-completion?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/cycleaddict-verification-before-completion/security.svg" alt="Skillstore security assessment" loading="lazy"></a><iframe src="https://skillstore.io/embed/skills/cycleaddict-verification-before-completion.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Cycleaddict. (2026). verification-before-completion security audit report (audit version 9) [Author version unspecified]. Skillstore. https://skillstore.io/skills/cycleaddict-verification-before-completion/audits/9@techreport{cycleaddict-cycleaddict-verification-before-completion-2026,
author = {Cycleaddict},
title = {verification-before-completion security audit report (audit version 9)},
institution = {Skillstore},
year = {2026},
number = {9},
url = {https://skillstore.io/skills/cycleaddict-verification-before-completion/audits/9},
note = {Author version unspecified}
}cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "verification-before-completion security audit report (audit version 9)"
version: "unspecified"
type: report
authors:
- name: "Cycleaddict"
date-released: "2026-07-06"
url: "https://skillstore.io/skills/cycleaddict-verification-before-completion/audits/9"
identifiers:
- type: other
value: "skillstore:cycleaddict-verification-before-completion:audit:9"
description: "Skillstore immutable audit report identifier"
Each author remains a separate installable skill. The recommended variant is ranked by Skillstore evidence.
Why this variant is first
codingcossack-verification-before-completion
2026-08-21
zhanlincui-verification-before-completion
2026-08-21
davila7-verification-before-completion
2026-08-21
ancplua-verification-before-completion
2026-08-21
sickn33-verification-before-completion
2026-08-21
cygnusfear-verification-before-completion
2026-08-21
cycleaddict-verification-before-completion
2026-08-21
dyai2025-verification-before-completion
2026-08-21
obra-verification-before-completion
2026-08-21
dimon94-verification-before-completion
2026-08-21
Require fresh test, build, or checklist evidence before reporting a task as done.
Check delegated agent output against diffs, requirements, and verification results before accepting success.
Create a consistent evidence standard for commits, pull requests, and task updates.
Before you say this task is complete, identify the verification command, run it, read the output, and report only what the output proves.
Use the verification-before-completion process on this change. Check tests, lint, build, and requirements before making any completion claim.
Audit this implementation against the plan. Create a verification checklist, run each relevant check, and separate proven results from remaining gaps.
For this regression fix, perform red-green verification. Confirm the test fails without the fix, passes with it restored, and report exact evidence.
Author
CycleaddictLicense
MIT
Skillstore revision
r1
Version notice
The author did not declare a version.
Repository
https://github.com/Cycleaddict/generic-superpowers/tree/main/skills/verification-before-completionRef
d11af420e07cd866fe39cfa937efef3223896c06
Maintenance freshness
7/18/2026
Usage
5 downloads ยท 196 views
File structure
๐ SKILL.md
Shape Ideas Into Implementation Designs
Early feature ideas often lack clear scope, trade-offs, and validation. This skill guides structured dialogue that turns uncertain ideas into reviewed designs.
Dispatch Parallel Coding Agents
Sequential debugging slows teams when failures are independent. This skill shows how to split focused tasks across parallel AI agents and integrate results safely.
Request Structured Code Reviews
Implementation teams need reliable review before merge. This skill guides Claude, Codex, and Claude Code through structured readiness checks.
Create Detailed Coding Plans
Complex implementation work can fail when tasks, files, tests, and handoffs are unclear. This skill helps Claude, Codex, and Claude Code create detailed plans with small steps, exact paths, tests, and execution options.
Execute Implementation Plans with Checkpoints
Long implementation plans are easy to rush or execute without review. This skill guides Claude, Codex, and Claude Code through batched work with verification checkpoints.
Write Better Code with Test-First Development
Feature work and bug fixes can ship with weak tests when testing comes after implementation. This skill guides Claude, Codex, and Claude Code through strict test-first cycles, failure verification, minimal implementation, and refactoring.
Enforce Waterfall Phase Gates
by Chemiseblanc
AI coding sessions can skip requirements, design, or testing when pressure rises. This skill keeps work inside a strict waterfall flow with documented gates.
Implement Tasks with TDD Workflow
by sickn33
Task plans can drift when implementation, tests, commits, and approvals are handled inconsistently. This skill provides a structured TDD workflow with checkpoints, verification gates, and git tracking.
Build Reliable Test Automation
by 89jobrien
Weak tests slow releases and hide regressions. This skill guides test strategy, TDD, automation, coverage review, and Playwright web checks.
Review Code with Structured Quality Checks
by alirezarezvani
Code reviews can miss quality, security, and maintainability issues. This skill guides structured reviews with scripts, checklists, and report generation.
Plan Reliable Tests Across Your Codebase
by 0xDarkMatter
This skill helps teams choose test strategies, mocks, data fixtures, coverage gates, and CI patterns without mixing test scopes. It gives Claude, Codex, and Claude Code structured guidance for unit, integration, end-to-end, TDD, and pipeline testing.
Improve QA Coverage for Web Apps
by alirezarezvani
Modern teams need clear test strategy and practical automation without slowing delivery. This skill helps Claude, Codex, and Claude Code plan tests, review coverage, and scaffold QA workflows.