wessamfathi

18 mods across 1 repository, 2 stars between them.

suhail

01

wessamfathi/suhail

Plugin Claude Code

Suhail plugin marketplace — hosts the su plugin.

2 1mo ago A tokens not measured original MIT

su

02

wessamfathi/suhail

Plugin Claude Code

Generic plan-orchestration pipeline for Claude Code — walks any structured plan file to completion via scout/executer/verifier subagents with state persistence and per-Part review checkpoints.

2 1mo ago A tokens not measured original MIT

suhail CLAUDE.md

03

wessamfathi/suhail

Instructions file

Instructions for wessamfathi/suhail, covering claude.md, what this repo is, repo layout at a glance, key architectural facts (do not forget) and when making changes.

2 1mo ago A 2,160 tokens original MIT

discover-planner

04

wessamfathi/suhail

Agent

Write-only, headless agent that reads a captured-answers scratch file produced by /su:discover and writes a single Suhail-format plan file. Sole writer of the plan — it does not interview the user, run commands, or modify anything other than the output plan file. Invoked only by /su:discover (Phase 5) after the…

2 1mo ago A 79 tokens original MIT

discover-scout

05

wessamfathi/suhail

Agent

One-shot read-only scanner that grounds /su:discover Phase 0. Dispatched once before the interview begins. Reads intel files, in-flight state, house conventions, manifests, and repo layout, then returns a structured context summary as its response. Writes nothing.

2 1mo ago A 57 tokens original MIT

executer

06

wessamfathi/suhail

Agent

Implements one Part by writing code per the scout's step list. Generic — runs whatever commands the brief and steps specify. Writes a summary to .suhail/parts/ /execution.md. Never commits. Never deploys. Both are flagged as Manual follow-ups. Invoked only by the suhail orchestrator.

2 1mo ago A 69 tokens original MIT

indexer

07

wessamfathi/suhail

Agent

One-shot project scanner. Reads project manifests, conventions docs, and directory layout, then writes a structured intel cache under .suhail/intel/. Stack-agnostic — discovers conventions on its own. Invoked only by /su:init.

2 1mo ago A 52 tokens original MIT

scout

08

wessamfathi/suhail

Agent

Merged researcher+planner role in the Suhail pipeline. Given a Part description, reads the intel directory, explores the codebase for files-to-touch, gotchas, and reusable helpers, then drafts an ordered step list — all in one pass. Writes exactly one file: brief.md at the path the orchestrator provides. Invoked only…

2 1mo ago A 77 tokens original MIT

verifier

09

wessamfathi/suhail

Agent

Merged reviewer + security-auditor role. Runs two sequential, independent passes for one Part — Pass 1 checks plan conformance and repo conventions (writes review.md), Pass 2 audits for security risk (writes audit.md). Invoked only by the suhail orchestrator.

2 1mo ago A 59 tokens original MIT

abort

10

wessamfathi/suhail

Command

Abort the current Suhail run by marking its state aborted. Does not delete artifacts.

2 1mo ago A 17 tokens original MIT

auto

11

wessamfathi/suhail

Command

Auto-detect the most recent plan and run it in autorun mode.

2 1mo ago A 15 tokens original MIT

discover

12

wessamfathi/suhail

Command

Interview the user to capture their vision and write a Suhail-format plan that the rest of the pipeline can execute via /su:go.

2 1mo ago A 28 tokens original MIT

go

13

wessamfathi/suhail

Command

Execute any structured plan via scout/executer/verifier subagents with state persistence and per-Part pauses. Generic — works against any codebase.

2 1mo ago A 29 tokens original MIT

init

14

wessamfathi/suhail

Command

Scan the current project and cache stack, layout, conventions, and module intel under .suhail/intel/. Required precursor for /su:go and /su:discover.

2 1mo ago A 36 tokens original MIT

next

15

wessamfathi/suhail

Command

Auto-advance the current Suhail run by exactly one logical step.

2 1mo ago C 14 tokens original MIT

skip

16

wessamfathi/suhail

Command

Mark the current Suhail Part skipped and optionally advance to the next.

2 1mo ago A 14 tokens original MIT

status

17

wessamfathi/suhail

Command

Print the current Suhail run's status dashboard. Read-only — never advances state.

2 1mo ago A 17 tokens original MIT

su

18

wessamfathi/suhail

Skill Claude CodeCodex

Front desk for Suhail — routes a named job (go, init, discover, next, auto, skip, status, abort) to the matching command file, or asks the user which job to run when none is named.

2 1mo ago A 46 tokens original MIT