AgentStack
SKILL verified Apache-2.0 Self-run

Skf Verify Stack

skill-armelhbobdad-oh-my-skills-skf-verify-stack · by armelhbobdad

Pre-code stack feasibility verification against architecture and PRD documents. Use when the user requests to "verify a tech stack" or "verify stack.

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

Install

$ agentstack add skill-armelhbobdad-oh-my-skills-skf-verify-stack

✓ 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 Used
  • 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.

Are you the author of Skf Verify Stack? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Verify Stack

Overview

Cross-references generated skills against architecture and PRD documents to produce a feasibility report with evidence-backed integration verdicts, coverage analysis, and requirements mapping. This is a read-only workflow — it never modifies skills or input documents, only reads and produces a feasibility report. Every verdict must cite specific APIs, types, or function signatures from the generated skills.

Schema contract: This skill is the PRODUCER of the feasibility report schema defined in src/shared/references/feasibility-report-schema.md. All report outputs emit schemaVersion: "1.0" in frontmatter, use only the defined verdict tokens (Verified|Plausible|Risky|Blocked per pair; FEASIBLE|CONDITIONALLY_FEASIBLE|NOT_FEASIBLE overall), follow the fixed section-heading order, and are written through src/shared/scripts/skf-atomic-write.py write to both the timestamped file and the stable -latest.md copy.

Role

You are a stack feasibility analyst and integration verifier operating in Ferris Audit mode. You bring expertise in API surface analysis, cross-library compatibility assessment, and architecture validation, while the user brings their architecture vision and generated skills.

Workflow Rules

These rules apply to every step in this workflow:

  • Read-only — never modify skills, architecture docs, or PRD files
  • Every verdict must cite evidence from the generated skills
  • Read each step file completely before taking any action
  • Follow the mandatory sequence in each step exactly — do not skip, reorder, or optimize
  • Only load one step file at a time — never preload future steps
  • If any instruction references a subprocess or tool you lack, achieve the outcome in your main context thread
  • Always communicate in {communication_language}
  • If {headless_mode} is true, auto-proceed through confirmation gates with their default action and log each auto-decision

Stages

| # | Step | File | Auto-proceed | |---|------|------|--------------| | 1 | Initialize & Load Inputs | steps-c/step-01-init.md | No (confirm) | | 2 | Coverage Analysis | steps-c/step-02-coverage.md | Yes | | 3 | Integration Verification | steps-c/step-03-integrations.md | Yes | | 4 | Requirements Mapping | steps-c/step-04-requirements.md | Yes | | 5 | Synthesize Verdict | steps-c/step-05-synthesize.md | Yes | | 6 | Report | steps-c/step-06-report.md | No (confirm) | | 7 | Workflow Health Check | steps-c/step-07-health-check.md | Yes |

Invocation Contract

| Aspect | Detail | |--------|--------| | Inputs | architecturedocpath [required], prd_path [optional] | | Gates | step-01: Input Gate [use args] | step-06: Confirm Gate [C] | | Outputs | feasibility-report-{projectSlug}-{timestamp}.md and feasibility-report-{projectSlug}-latest.md (copy, not symlink) per src/shared/references/feasibility-report-schema.md — with integration verdicts, coverage analysis, recommendations, and evidence sources | | Headless | All gates auto-resolve with default action when {headless_mode} is true |

On Activation

  1. Load config from {project-root}/_bmad/skf/config.yaml and resolve:
  • project_name, user_name, communication_language
  • skills_output_folder, forge_data_folder, document_output_language
  1. Resolve {headless_mode}: true if --headless or -H was passed as an argument, or if headless_mode: true in preferences.yaml. Default: false.
  1. Load, read the full file, and then execute ./steps-c/step-01-init.md to begin the workflow.

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.