implement-sprint

star 8

Plan and implement a task from the ThreatForge roadmap

exit-zero-labs By exit-zero-labs schedule Updated 3/2/2026

name: implement-sprint description: Plan and implement a task from the ThreatForge roadmap argument-hint: "[task-description]" allowed-tools: Read, Grep, Glob, Bash, Edit, Write

Implement the described task from the ThreatForge roadmap.

Steps

  1. Read the roadmap and todo Read docs/plans/roadmap.md and docs/plans/todo.md to understand current state and priorities.

  2. Understand the context

    • Read the relevant knowledge docs in docs/knowledge/ (architecture, file-format, etc.)
    • Check what's already been implemented in the codebase
    • Identify dependencies and prerequisites
  3. Plan the implementation

    • Break the task into individual steps
    • Identify which files need to be created or modified
    • Determine the implementation order (dependency graph)
  4. Implement each step

    • Follow all rules in .claude/rules/
    • Write tests alongside implementation
    • Run lint and tests after each significant change
  5. Verify completeness

    • Run the full test suite: /build-test
    • Verify the app runs: npm run tauri dev
  6. Commit

    • Use Conventional Commits: feat(scope): description or refactor(scope): description
    • One commit per logical unit of work
Install via CLI
npx skills add https://github.com/exit-zero-labs/threat-forge --skill implement-sprint
Repository Details
star Stars 8
call_split Forks 4
navigation Branch main
article Path SKILL.md
More from Creator
exit-zero-labs
exit-zero-labs Explore all skills →