John Wick Mode

Executes autonomous software development lifecycle pipeline from discovery to pull request.

6|3|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/carson-sweet/sweetclaude --skill john-wick-mode
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: John Wick Mode
Source: https://github.com/carson-sweet/sweetclaude/tree/main/skills/john-wick
Command: npx skills add https://github.com/carson-sweet/sweetclaude --skill john-wick-mode

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, and includes scripts (resource) components.

What problem does it solve?

John Wick Mode solves the problem of fragmented, manual software development lifecycles by providing a fully autonomous, resumable pipeline that handles everything from product discovery to pull request creation.

Core Features & Use Cases

  • Autonomous SDLC: Orchestrates PRD generation, architecture design, TDD, implementation, and verification with minimal human intervention.
  • Resumable Pipeline: Maintains state across sessions, allowing for safe interruptions and context-aware recovery.
  • Use Case: Use this for complex feature development where you want a disciplined, traceable, and structured approach to building software without manually managing every step of the process.

Quick Start

Invoke the john-wick skill to start the autonomous SDLC pipeline for your current project.

Frequently Asked Questions about John Wick Mode

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

FAQPage Schema
How do I automate an end-to-end software development lifecycle pipeline?

An autonomous SDLC pipeline orchestrates phases from PRD generation to pull request creation. It manages architectural design, TDD implementation, and compliance verification with strict state management to ensure deterministic software delivery without manual intervention.

Can I resume an interrupted autonomous SDLC pipeline if my session drops?

Yes, a resumable pipeline maintains state across sessions, allowing safe interruptions and context-aware recovery. This strict state management and process control mechanism ensures complex multi-phase workflows can pause and resume without losing progress.

Does the autonomous SDLC pipeline require GitHub CLI to manage pull requests?

Yes, the autonomous pipeline requires the GitHub CLI (`gh`) dependency to execute its end-to-end workflows. This integration enables the pipeline to automatically handle pull request creation and manage repository interactions during the software delivery process.

What is test-driven implementation in an autonomous software delivery workflow?

Test-driven implementation in an autonomous SDLC workflow enforces writing tests before code generation. The pipeline manages this structured approach to building software, ensuring traceability and meeting strict success criteria contracts during feature development.

When do I need compliance verification in an automated development lifecycle?

Compliance verification is needed at the final stage of an automated SDLC pipeline to validate that the generated code meets required standards. It enforces strict success criteria contracts during the software delivery process to ensure deterministic and reliable outputs.

What is the best way to structure complex feature development without manual management?

The best way to structure complex feature development is using a fully autonomous pipeline that handles discovery, architectural design, and TDD. This disciplined approach ensures traceable software delivery while enforcing strict process controls and success criteria contracts.