📝
WritingHTML

Technique Proposal

by wiz-sec-public

Technique Proposal is a Writing skill for Claude Code, published by wiz-sec-public in SITF.

179 stars18 forkson wiz-sec-public/SITFAdded 2026/09/07+1% in starsRepository updated 2026/07/29
agent-skillssdlc-securitysecurity-tools
Install in seconds
Install Technique Proposal
Copy Technique Proposal into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/wiz-sec-public/SITF/tree/main/.claude/skills/technique-proposal ~/.claude/skills/technique-proposal

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/wiz-sec-public/SITF.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
.claude/skills/technique-proposal/SKILL.md in wiz-sec-public/SITF
Installs to
~/.claude/skills/technique-proposal
Collection
One of 3 skills cataloged from this repository
Category
Writing1328 skills

What Technique Proposal does

Technique Proposal generates a PR-ready SITF technique when an attack step does not match an existing technique. It is used after /attack-flow identifies a gap and confirms the step is in scope.

Technique Proposal is cataloged under Writing on DirSkills. Technique Proposal comes from a repository tagged agent-skills, sdlc-security and security-tools.

Documentation

README

Technique Proposal Generator

Generate a PR-ready technique proposal when an attack step doesn't map to existing SITF techniques.

Usage

/technique-proposal <description> [component]
  • description: Description of the attack step or gap
  • component: Target component (endpoint, vcs, cicd, registry, production) - optional, will be inferred if omitted

Arguments: $ARGUMENTS

Instructions

When this skill is invoked:

Phase 1: Gap Analysis

  1. Read techniques.json to understand existing techniques.

  2. Confirm the gap:

    • Search for semantically similar techniques
    • Verify no existing technique covers this attack step
    • If a match exists, report it and exit
  3. Verify the attack step is within SITF scope (see Scope Boundaries below)

This is the opening of the README. Read the full README on GitHub.

Commands Technique Proposal provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /technique-proposal
  • /attack-flow

Frequently asked about Technique Proposal

  • What else does wiz-sec-public publish alongside Technique Proposal?

    Technique Proposal is one of 3 skills that DirSkills catalogs from wiz-sec-public/SITF, the repository it ships in. Its siblings there include Attack Flow Generator and Red Team Flow Generator. Each one is a separate skill with its own page in this directory, installs the same way Technique Proposal does, and is maintained by wiz-sec-public in that same repository. The rest of the collection is listed on the wiz-sec-public/SITF page.

  • How does Technique Proposal compare to other Writing skills?

    Technique Proposal ranks #1127 by stars among the 1328 Writing skills in this catalog. The most-starred ones next to it are Article Writing, Social Media Content Calendar and Knowledge Comic Creator. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Technique Proposal against them. Open each page to compare what they document and how they install.