speckit-security-review-followup

Transform security review findings into Spec-Kit-ready TASK-SEC-NNN follow-up plans.

Updated Mar 16, 2026
One-click install
npx skills add https://github.com/B0yZ4kr14/OrthoPlus-Enterprise --skill speckit-security-review-followup
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: speckit-security-review-followup
Source: https://github.com/B0yZ4kr14/OrthoPlus-Enterprise/tree/main/.specify-backups/20260518-141826/_agents/skills/speckit-security-review-followup
Command: npx skills add https://github.com/B0yZ4kr14/OrthoPlus-Enterprise --skill speckit-security-review-followup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill converts raw security review findings into an actionable follow-up plan, preventing unresolved issues from being lost or duplicated across sprints.

Core Features & Use Cases

  • Remediation planning: Decide which findings should be implemented immediately vs deferred.
  • Technical-debt handling: Convert lower-priority items into technical-debt tasks with an explicit revisit trigger and rationale.
  • Deduplication-aware backlog output: Cross-check against existing unfinished tasks and memory hub context to avoid duplicate work.

Quick Start

Provide the latest security findings in $ARGUMENTS and ask for a follow-up plan that outputs Spec-Kit-ready remediation and technical-debt tasks.

Frequently Asked Questions about speckit-security-review-followup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I turn OWASP security review findings into trackable remediation tasks?▼

Security review findings are transformed into trackable remediation tasks by categorizing items for immediate implementation, deferral as technical debt, or marking as covered. This generates Spec-Kit-ready TASK-SEC-NNN entries to prevent unresolved issues from being lost.

What is the best way to deduplicate security backlog items across sprints?▼

Backlog deduplication is achieved by cross-checking new security findings against existing unfinished tasks and memory-hub context. This prevents duplicate work by ensuring only net-new vulnerabilities generate Spec-Kit-ready remediation or technical-debt tasks.

How does technical debt handling work for deferred CWE security findings?▼

Deferred CWE security findings are converted into technical-debt tasks with an explicit revisit trigger and rationale. This ensures lower-priority vulnerabilities are tracked systematically rather than ignored, maintaining a clear record for future remediation planning.

Can I use this remediation planning workflow without existing planning artifacts?▼

No, this workflow requires reading existing tasks and planning artifacts alongside review inputs. This context awareness is necessary to generate accurate Spec-Kit-ready entries and perform effective backlog deduplication against your current project state.

How do I capture durable memory when planning security remediation?▼

Durable memory is optionally captured using the /speckit.memory-md.capture command after generating remediation tasks. This preserves the context and rationale of security review follow-up plans for future reference across subsequent sprints.