gsd-secure-phase

Verify security mitigations for completed GSD-namespace workflow phases.

Updated May 28, 2026
One-click install
npx skills add https://github.com/SensLiao/Claude-code-setting --skill gsd-secure-phase-sensliao
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-secure-phase
Source: https://github.com/SensLiao/Claude-code-setting/tree/main/skills/gsd-secure-phase
Command: npx skills add https://github.com/SensLiao/Claude-code-setting --skill gsd-secure-phase-sensliao

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gsd-pipeline-orchestrator, gsd-execute-phase, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the need for retroactive verification of threat mitigations for completed phases, ensuring security and compliance within the GSD-namespace without merging into the broader AppSec capability.

Core Features & Use Cases

  • Threat Mitigation Verification: Checks the presence and effectiveness of security measures for a completed phase.
  • Phase Execution Analysis: Determines the security status based on the existence of SECURITY.md, PLAN.md with threat model, or phase execution.
  • Use Case: For instance, after a development phase is complete, this Skill ensures that all necessary security measures are in place before moving to the next phase.

Quick Start

Run gsd-secure-phase 4 to verify the security measures for phase 4.

Frequently Asked Questions about gsd-secure-phase

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

FAQPage Schema
How do I verify security mitigations for a completed development phase?

Security phase verification checks the presence and effectiveness of threat mitigations for completed phases by analyzing SECURITY.md and PLAN.md existence within a GSD-namespace workflow, ensuring compliance without merging into broader AppSec capabilities.

How does post-completion threat mitigation analysis work with SECURITY.md and PLAN.md?

Post-completion threat mitigation analysis works by checking for the existence of SECURITY.md and PLAN.md files containing a threat model, or by analyzing the phase execution status to determine the security posture of a completed workflow phase.

Do I need gsd-pipeline-orchestrator and gsd-execute-phase to run secure phase verification?

Yes, gsd-pipeline-orchestrator and gsd-execute-phase are required external dependencies for secure phase verification, providing the necessary workflow integration and execution status data to analyze completed phases within the GSD-namespace.

What is the best way to check security compliance after a phase execution?

The best way to check security compliance after a phase execution is to run a retroactive verification command like `gsd-secure-phase 4` to validate threat mitigations by analyzing phase execution status and SECURITY.md presence.

Can I verify threat models for completed phases without merging into broader AppSec capabilities?

Yes, you can verify threat models for completed phases without merging into broader AppSec capabilities by using a dedicated secure phase verification tool that applies retroactive post-completion analysis specifically within the GSD-namespace workflow.

When should I run secure phase verification in my development pipeline?

You should run secure phase verification immediately after a development phase is complete, ensuring all necessary security measures and threat mitigations are in place before moving to the next phase in your pipeline.