hani-q/qstack

A personal stack of agent skills for reviewable planning, disciplined execution, and durable engineering lessons.

7Stars on the repository
24Mods indexed here, across every type
5d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

hani-q/qstack

Skill Claude CodeCodex

Resolve material open questions in a QStack plan through one-at-a-time, plain-language decision dialogs, then write each answer and its consequences back into the plan immediately. Accepts a bootstrap Markdown plan or an authoritative QStack plan.html; once HTML exists, edits only HTML and never maintains a Markdown…

7 5d ago A 107 tokens original MIT

qstack-be-concise

02

hani-q/qstack

Skill Claude CodeCodex

Rewrite the immediately previous assistant answer in plain, non-technical language using far fewer lines. Use when the user invokes /qstack-be-concise, optionally with a target such as /qstack-be-concise 4, or asks to make the last answer shorter and simpler.

7 5d ago A 65 tokens original MIT

qstack-blast-radius

03

hani-q/qstack

Skill Claude CodeCodex

Assess what a proposed or recent change could break beyond its direct diff, identify the critical safety fact, and prove it with real code or mark it unproven. Use for blast-radius analysis, "what could this break?", or a small change whose downstream effects are uncertain.

7 5d ago A 61 tokens original MIT

hani-q/qstack

Skill Claude CodeCodex

Build the smallest rerunnable tool that makes non-trivial work repeatable, reviewable, and safe to verify.

7 5d ago A 30 tokens original MIT

hani-q/qstack

Skill Claude CodeCodex

Turn a recurring correction or repeated instruction into the strongest practical structural guardrail. Use when the same mistake returns, prose is being repeated, or a rule could become a type, schema, lint, check, or script.

7 5d ago A 54 tokens original MIT

hani-q/qstack

Skill Claude CodeCodex

Reproduce and diagnose a failure until its root cause is supported by direct evidence. Use for debugging, recurring symptoms, restart-only failures, or a proposed guard that may only hide the real defect.

7 5d ago A 47 tokens original MIT

hani-q/qstack

Skill Claude CodeCodex

Settle data shape, access, ownership, concurrency, and useful shared setup before writing feature logic.

7 5d ago A 26 tokens original MIT

qstack-how

08

hani-q/qstack

Skill Claude CodeCodex

Explain how a subsystem works by tracing its real runtime flow, ownership, boundaries, and files. Use for code walkthroughs, onboarding explanations, placement or layering questions, and explicitly requested architecture critique.

7 5d ago A 43 tokens original MIT

hani-q/qstack

Skill Claude CodeCodex

Execute an approved implementation plan exactly, maintaining QStack execution evidence and asking how much independent adversarial review to run.

7 5d ago A 30 tokens original MIT

hani-q/qstack

Skill Claude CodeCodex

Execute an approved implementation plan with documented adaptations, QStack execution evidence, and a user-selected adversarial review depth.

7 5d ago A 31 tokens original MIT

hani-q/qstack

Skill Claude CodeCodex

Design or review commands, lifecycle steps, and processing loops so retries, partial failure, restart, and stale state converge to the same correct result. Use when an operation may run twice or resume after a crash.

7 5d ago A 52 tokens original MIT

hani-q/qstack

Skill Claude CodeCodex

Replace scattered domain assumptions with the smallest structure that removes invalid states and branching. Use when booleans have to be kept in sync, the same rule is validated at several call sites, a branch grows with every new case, or an invalid state can be represented at all.

7 5d ago A 61 tokens original MIT

qstack-next

13

hani-q/qstack

Skill Claude CodeCodex

Recommend the one installed skill to run next, from what the conversation has done so far and the state of the plan folder on disk. Use when invoked as /qstack-next, when asked "what now?" or which skill to use next, or as the last step of /qstack.

7 5d ago B 63 tokens original MIT

hani-q/qstack

Skill Claude CodeCodex

Review whether an approved QStack HTML plan was faithfully executed by comparing plan.html with execution.md, executor.md, or legacy implementation notes and the actual committed and uncommitted code changes. Build a requirement-to-evidence matrix, identify missing or unapproved deviations, check whether the execution…

7 5d ago A 106 tokens original MIT

qstack-plan-close

15

hani-q/qstack

Skill Claude CodeCodex

Close an executed plan by recording its outcome against the plan and the execution board.

7 5d ago A 21 tokens original MIT

hani-q/qstack

Skill Claude CodeCodex

Read the project's existing plan folder as content and brief the planner on what was already decided, deferred, and learned. Runs standalone before anything is written, or from /qstack-plan-to-html once that skill has settled its source and before the HTML document is. Ranks earlier plans by overlap with the subject…

7 5d ago A 148 tokens original MIT

qstack-plan-to-html

17

hani-q/qstack

Skill Claude CodeCodex

Render a plan as a reviewable QStack HLD/LLD HTML document, resolve its material open questions, and break it into the cards of its execution board. Takes a Markdown draft or the working agreement reached in the conversation. Also adds a board to a plan that already has HTML and no board.

7 5d ago A 68 tokens original MIT

hani-q/qstack

Skill Claude CodeCodex

Verify completed work against the real artifact and its full input-to-output path instead of relying on compilation, timestamps, cached output, or agent summaries. Use before claiming a task or feature works.

7 5d ago A 46 tokens original MIT

qstack-reflect

19

hani-q/qstack

Skill Claude CodeCodex

Produce an evidence-only report on how a project is actually being worked: checkout and branch topology, momentum over time, rework, instruction-file churn, and plan-record completeness. Every finding cites a count the reader can reproduce, and any category without enough evidence is refused rather than padded. Reads…

7 5d ago A 132 tokens original MIT

hani-q/qstack

Skill Claude CodeCodex

Redesign concurrent work that shares a mutable file, branch, key, or state object by separating ownership before adding serialization. Use when actors may race, a lock is proposed, or coordination relies on taking turns.

7 5d ago A 54 tokens original MIT

qstack-serve-plans

21

hani-q/qstack

Skill Claude CodeCodex

Serve the current repository's QStack HTML plan collection on a chosen local address and port.

7 5d ago A 25 tokens original MIT

qstack-unslop

22

hani-q/qstack

Skill Claude CodeCodex

Rewrite the previous answer to remove AI writing patterns and add a natural human voice without losing meaning or useful detail.

7 5d ago A 27 tokens original MIT

qstack

23

hani-q/qstack

Skill Claude CodeCodex

List every skill installed from QStack and from the optional collections QStack installs (Matt Pocock's skills, human-review) as a table with a one-line description each, then recommend the next skill to run from the conversation so far and the plan folder on disk. Use when invoked as /qstack or when asked which…

7 5d ago A 73 tokens original MIT