Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add drivestream-lab/prayog-skills --skill spec-implementation-plangit clone --depth 1 https://github.com/drivestream-lab/prayog-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/drivestream-lab/prayog-skills/spec-implementation-plan)<a href="https://agentmods.dev/skills/drivestream-lab/prayog-skills/spec-implementation-plan"><img src="https://agentmods.dev/badge/skills/drivestream-lab/prayog-skills/spec-implementation-plan/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/drivestream-lab/prayog-skills/spec-implementation-plan"><img src="https://agentmods.dev/badge/skills/drivestream-lab/prayog-skills/spec-implementation-plan.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00069 | $0.03279 |
| Opus 5 | $0.00034 | $0.01639 |
| Sonnet 5 | $0.00014 | $0.00656 |
| Haiku 4.5 | $0.00007 | $0.00328 |
Grade A, and why
spec-implementation-plan scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 215 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Spec implementation plan
Turn an accepted initiative spec (+ feasibility report + technical review when present) into an executable plan with a WorkManifest artifact (§9). Do not implement — plan only.
Persist the plan locally and emit Forge readiness for the spec PR branch
alongside spec, feasibility, and TDD. Table shape borrowed from awesome-copilot
create-implementation-plan (REQ/TASK/FILE/TEST/RISK). §9 WorkManifest YAML is
generated here; dev seeds the board after spec PR merge.
Prayog owns the WorkManifest contract (apiVersion: prayog/v1,
prayog-skills/references/workmanifest-contract.md). Launchpad only materializes the pin —
it does not own, parse, or execute WorkManifest.
NON-NEGOTIABLE
- Never skip a check in references/checks.md. Mark SKIPPED with reason.
- Every TASK has objective exit evidence: observable exit criteria, proving
command or review, expected result, and evidence location — plus an
Implements list of product
REQ-*ids and toolchain commands where applicable. Do not invent shadowREQ-W*ids — seeprayog-skills/references/id-conventions.md. - Every acceptance criterion maps to a verification layer (unit, integration/contract, smoke, or sandbox) in the wave Verification Coverage table. Plan scope must not exceed the initiative spec.
- Dual output: chat summary + saved plan file (local + Forge readiness).
- Run T0–T5 control loop.
- Wave IDs must use
W0,W1, … (one GitHub Issue per wave; WorkManifestid:convention). - Every TASK row must include
codebase,spec_path,verify_command, ImplementsREQ-*,depends_on, file path/action scope, and exit proof fields — required for WorkManifest generation. §9 wave entries must includetasks[],verification, and a body table listing those TASK ids. - Spec product-spec H1–H3 citations (and G1 when applicable) must agree
with live handoff; tip continuous. Stop on authority drift. Feas/TDD file
digests are walk-time only — not long-term
staleSSOT. Implementation-Plan is walk-time (§9 → board); may be purged at initiative closure. - Resolve canonical
check_command,test_command,verify_command, andground_commandbefore planning. Required commands may come from the consumer profile,AGENTS.md, ortests_readme; missing required commands block the plan.verify_commandis the live script entry underlive_verify_dir— never{test_command}/ unit-only. Use N/A with reason only when a layer is not applicable. When P15 applies (new/material product surface), bare N/A or unit-as-live is invalid — co-ship the verify FILE and fixture pack path(s) underfixtures_dirfor the capability (CAP-*) and/or journey (J-*) rung being shipped (see references/checks.md P15;prayog-skills/references/live-fixture-contract.md). - Persist the plan locally and fill
handoff.forgefor/commit-workspaceonto the same Draft spec PR. Do not commit, push, branch, open PRs, apply labels, create issues, or merge inside this skill. Coding-readiness label staysspec-pending. After T5, present the coding-readiness unlock checklist from the output template so PE knows when to setspec-lgtm. - Select workflow outcome from the rubric below; map evidence deterministically.
- Before coding-readiness, run a read-only cross-artifact consistency pass (spec ↔ plan REQ ids, plan ↔ §9 WorkManifest, Accepted ADR citations). Corrections belong in the owning artifact — do not invent a parallel truth in chat.
- Live-verify coverage lives in the artifact's own marker, not in
tests/README.mdor as a growing table inimplementation-status.md— seeprayog-skills/references/live-verify-coverage-contract.md. Run the required overlap check (P15) via--capability/--journey/--reqbefore declaring a newlive_verify_diror fixture FILE.coversmust include relevantCAP-*and/orJ-*(plusREQ-*). As-built writes go toImplementation-Status-{INIT}.md(detail) + one index row inimplementation-status.md(pointer) — never a new table appended to the shared index. - Capability ≠ journey. Plan separate prove artifacts/
coverswhen both rungs ship; do not collapse journey proof into “all CAP journeys passed”. Populatedependencies,fixtures, andhuman_observationswhen opaque (logs alone are not pass evidence). - If a codegraph provider is available (MCP tool matching
prayog-skills/references/codegraph-tool-contract.md, or a local CLI), prefer it for architecture/impact/coverage questions. Always fall back to directsource_rootsreads when unavailable — never block or change outcome selection on its absence.
What ships with it
9 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- prompts/fixtures/happy_path.expected.md 4.2 KB
- prompts/fixtures/happy_path.inputs.yaml 243 B
- prompts/schema.yaml 364 B
- prompts/template.md 3.9 KB
- references/checks.md 10 KB
- references/governance.md 5.6 KB
- references/layout-defaults.md 559 B
- references/output-template.md 20 KB
- scripts/adr_boundary_lint.py 39 KB runs code
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago Changed · +8 lines 7bbdc4e940ba
- 9d ago First seen · 207 lines · 69 tokens per session scan A 0a1ff676481d
spec-implementation-plan is a skill published in the GitHub repository drivestream-lab/prayog-skills (2 stars, last pushed 2d ago), licensed MIT. It adds 69 tokens to every session and 3,279 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
local-ai-agents
Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…
next-cache-components-adoption
Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…
insight-error-page
Write or audit an insight-kind error page for the Next.js dev overlay. Use when creating a new errors/ .mdx page, auditing an existing one, or checking that a page matches the framework fix cards. Covers page structure, title alignment, FixCard cards with Copy prompt button, code snippets, terminology verification…
next-cache-components-optimizer
Drive a Next.js route to instant navigation by setting up an agentic loop, under Cache Components / PPR, on initial load (hard navigation) and client-side navigation (soft navigation). Encode the goal as a failing @next/playwright instant() e2e and work it to green, one verified route at a time; the shipped test then…
next-partial-prefetching-adoption
Turn on Partial Prefetching in a Next.js app and work through the insights it surfaces. Use when the user wants to enable or adopt Partial Prefetching, flip the partialPrefetching flag, opt routes in with export const prefetch = 'partial', audit Link prefetch={true} behavior, preserve existing prefetched UI with…