smithery/lewiatan

3x3 workflow

Break large implementations into manageable 3-step chunks with user checkpoints.

Installation

$ npx skills add smithery/lewiatan --skill 3x3-workflow

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/lewiatan.

npx skills add smithery/lewiatan

Browse all from smithery/lewiatan

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,142 B
  • docs SUMMARY.md 100 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

3x3 Workflow Skill

Workflow

  1. Read the implementation plan - Count total steps
  2. Implement ONLY the first 3 steps (or fewer if less than 3 remain)
  3. IMMEDIATELY STOP after 3 steps - Do not continue
  4. Present checkpoint summary using this template:

``` ## 3x3 Workflow Checkpoint

### ✅ Completed (Steps X-Y of Z total): - Step X: [description] - Step Y: [description] - Step Z: [description]

### 📋 Remaining Steps: - Step A: [description] - Step B: [description] - Step C: [description]

### 🎯 Proposed Next 3 Steps: 1. [Step A] 2. [Step B] 3. [Step C]

Ready to proceed? Please confirm to continue with the next 3 steps. ```

  1. WAIT for explicit user approval - Do NOT continue without confirmation

Critical Rules

  • NEVER implement more than 3 steps without stopping
  • NEVER continue without user confirmation
  • ALWAYS present the checkpoint summary
  • ALWAYS ask for permission to proceed