initiative-feasibility

initiative-feasibility is a skill for Claude Code from drivestream-lab/prayog-skills. It costs 96 tokens per session (2,455 once invoked), scanned A, original, MIT.

A review that checks whether a planned feature slice can be built in the current codebase. It compares the specification with existing code, tests, architecture rules, risks, and missing pieces.

In plain words
What is it for?
Use it to assess a feature plan, document evidence from the repository, classify issues into four action lanes, and produce a local readiness report.
Why use it?
It reveals gaps and implementation risks before development begins, without changing the product code or specification.

Skill for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter. Also seen: mentions AGENTS.md.

Good fit Use it to assess a feature plan, document evidence from the repository, classify issues into four action lanes, and produce a local readiness report.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/drivestream-lab/prayog-skills/initiative-feasibility
Install

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.

Any agent
npx skills add drivestream-lab/prayog-skills --skill initiative-feasibility
Clone the repo
git clone --depth 1 https://github.com/drivestream-lab/prayog-skills

Made for: Claude Code.

Wrote 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.

agentmods badge for initiative-feasibility

README.md
[![agentmods](https://agentmods.dev/badge/skills/drivestream-lab/prayog-skills/initiative-feasibility/github.svg)](https://agentmods.dev/skills/drivestream-lab/prayog-skills/initiative-feasibility)
Your own site
<a href="https://agentmods.dev/skills/drivestream-lab/prayog-skills/initiative-feasibility"><img src="https://agentmods.dev/badge/skills/drivestream-lab/prayog-skills/initiative-feasibility/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.

agentmods 80×15 button for initiative-feasibility

Your own site · 80×15
<a href="https://agentmods.dev/skills/drivestream-lab/prayog-skills/initiative-feasibility"><img src="https://agentmods.dev/badge/skills/drivestream-lab/prayog-skills/initiative-feasibility.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 96 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,455 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00096 $0.02455
Opus 5 $0.00048 $0.01228
Sonnet 5 $0.00019 $0.00491
Haiku 4.5 $0.00010 $0.00246

Measured 12d ago against content hash 278ad1fb0461, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

initiative-feasibility 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 12d 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.

skills/development/initiative-feasibility/SKILL.md · 161 lines

How it starts

The opening of the file, as written. The whole thing — 161 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Initiative feasibility

Assess whether the dev team's spec slice for this initiative is buildable in this repo as it exists today. Do not implement — flag only.

The spec slice is written by the dev team after reading the PRD. This skill reviews it for gaps, codebase alignment, and architecture governance.

Pattern borrowed from awesome-copilot create-github-issues-for-unmet-specification-requirements (extract → search code → classify). Evaluation discipline aligned with validate-requirements.

NON-NEGOTIABLE

  1. Never skip a check in references/checks.md. Mark SKIPPED with reason.
  2. Evidence for every finding — spec quote + repo path (file, symbol, or test name).
  3. Don't fix — flag. Do not edit product source or product specs unless the user explicitly asks after the report.
  4. Dual output: chat summary + saved report file + 4-lane triage.
  5. Run T0–T5 control loop (Gather → Understand → Analyze → Plan → Execute → Verify).
  6. Verify light source freshness before F1: product-spec header citations (H1 PRD digest, H2 scope digest, H3 map revision) and tip continuity; G1 meta head + approval while Gate 1 still applies. See prayog-skills/references/artifact-write-contract.md. Stop on authority drift. Do not require mid-lane report digests as staleness SSOT.
  7. Every open item must record lane, blocking, owner, status, required-by stage, default-if-deferred, evidence, and resolution reference.
  8. Read-only content skill. Persist the feasibility report locally and fill handoff.forge for /commit-workspace (or Gateflow ForgeClient) onto the same Draft spec PR branch opened by /spec-draft. Do not create branches, commit, push, open PRs, apply labels, create issues, merge, run probes, edit product source, or clean up environments. Gate 2 label stays spec-pending — do not set spec-lgtm during feasibility.
  9. Do not implement product code. Spec-only artifacts; publication is Forge.
  10. 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 direct source_roots reads when unavailable — never block or change outcome selection on its absence.

Read the full file on GitHub · 161 lines

Files

What ships with it

8 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.

Changes

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.

  1. 12d ago First seen · 161 lines · 96 tokens per session scan A 278ad1fb0461

Subscribe to this mod's changes

initiative-feasibility is a skill published in the GitHub repository drivestream-lab/prayog-skills (2 stars, last pushed 5d ago), licensed MIT. It adds 96 tokens to every session and 2,455 once invoked, about $0.0005 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.