suhail
01Plugin Claude Code
Suhail plugin marketplace — hosts the su plugin.
Plugin Claude Code
Suhail plugin marketplace — hosts the su plugin.
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.
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.
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…
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.
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.
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.
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…
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.
Command
Abort the current Suhail run by marking its state aborted. Does not delete artifacts.
Command
Auto-detect the most recent plan and run it in autorun mode.
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.
Command
Execute any structured plan via scout/executer/verifier subagents with state persistence and per-Part pauses. Generic — works against any codebase.
Command
Scan the current project and cache stack, layout, conventions, and module intel under .suhail/intel/. Required precursor for /su:go and /su:discover.
Command
Auto-advance the current Suhail run by exactly one logical step.
Command
Mark the current Suhail Part skipped and optionally advance to the next.
Command
Print the current Suhail run's status dashboard. Read-only — never advances state.
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.