Install
$ agentstack add skill-drivestream-lab-prayog-skills-initiative-feasibility ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
About
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
- Never skip a check in [references/checks.md](references/checks.md). Mark SKIPPED with reason.
- Evidence for every finding — spec quote + repo path (file, symbol, or test name).
- Don't fix — flag. Do not edit product source or product specs unless the user explicitly asks after the report.
- Dual output: chat summary + saved report file + 4-lane triage.
- Run T0–T5 control loop (Gather → Understand → Analyze → Plan → Execute → Verify).
Inputs
Gather before starting. Resolve paths from .harness/profile.yaml or [references/layout-defaults.md](references/layout-defaults.md).
- Initiative spec slice — primary doc (REQUIRED); written by dev team, lives under
product_spec_dir - PRD — upstream requirements from
-meta/prd/(OPTIONAL; for conformance context; link from spec header) - As-built —
implementation-status.md(REQUIRED) - Tests —
tests_readme,unit_tests_dir,live_verify_dir, and toolchain config from profile (REQUIRED) - Source — modules under
source_rootsfrom profile (REQUIRED) - Prior feasibility report — for incremental re-run (OPTIONAL)
- Layout —
.harness/profile.yamlor [references/layout-defaults.md](references/layout-defaults.md) rules_glob— workspace MDC rules (REQUIRED). Read before T2 Analyze.adr_dir— architecture decision records (REQUIRED). Run relevant-ADR pass per [references/governance.md](references/governance.md) before T2 Analyze.
When to use
- Dev has written spec slice and wants to check buildability before spec PR merge
- After dev updates spec — re-run on changed sections
- User asks: feasibility, impact, gap analysis, spec vs codebase
Process
- T0 Gather — inventory inputs; note missing paths
- T1 Understand — initiative id, spec branch, review objective
- T2 Analyze — read spec waves/capabilities; scan repo evidence; cross-reference
rules_globand relevant ADRs; flag spec wording that conflicts with MDC patterns or Accepted ADRs - T3 Plan — which checks run (full vs incremental)
- T4 Execute — run checks F1–F14 per [references/checks.md](references/checks.md)
- T5 Verify — save report; publish summary + 4-lane triage
Output
Save to {reports_dir}/{feasibility_prefix}-{initiative}.md (from profile).
Use [references/output-template.md](references/output-template.md).
Open items — 4-lane triage
End with four lanes (see output template):
- PM questions — product scope, UX, priority; comment on meta PRD PR (plain English)
- PE questions — engineering decisions, ADR gaps, test policy; comment on spec PR; resolved by
/spec-technical-review - Domain clarifications — business source-of-truth; route to named SME (meta PRD PR or issue)
- Auto-fixable — naming drift, inferred cross-references; agent resolves on spec branch
Do not route engineering decisions to PM. Apply the routing rubric in the spec-technical-review skill's references/governance.md.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: drivestream-lab
- Source: drivestream-lab/prayog-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.