angad-kandhari

18 mods across 1 repository, 2 stars between them.

deliberate

01

angad-kandhari/deliberate

Plugin Claude Code

Deliberate — engineering discipline for AI coding agents, as an installable Claude Code plugin.

2 1mo ago A tokens not measured original Apache-2.0

deliberate

02

angad-kandhari/deliberate

Plugin Claude Code

Engineering discipline for AI coding agents. Loads discipline skills on demand and injects a discipline-check at session start so they actually fire — countering silent assumptions, sycophancy, overcomplication, scope creep, unverified 'done' claims, and insecure shortcuts.

2 1mo ago A tokens not measured original Apache-2.0

angad-kandhari/deliberate

Instructions file CodexOpenCode

Instructions for angad-kandhari/deliberate, covering agents.md — deliberate, core discipline (apply to every non-trivial task), verify before you claim done and load the matching discipline.

2 1mo ago A 833 tokens original Apache-2.0

angad-kandhari/deliberate

Instructions file

Instructions for angad-kandhari/deliberate, covering deliberate, repo structure, sibling repo and conventions.

2 1mo ago A 735 tokens original Apache-2.0

SessionStart

05

angad-kandhari/deliberate

Hook

Runs when a session starts, running an inline shell check. From angad-kandhari/deliberate.

2 1mo ago A tokens not measured original Apache-2.0

architect

06

angad-kandhari/deliberate

Skill Claude CodeCodex

Architectural thinking. Load when crossing component boundaries, reshaping contracts, introducing a service, or deciding where code belongs. Covers naming boundaries, locating code by ownership and change cadence, changing contracts carefully, measuring coupling and cohesion, and not abstracting until the pattern is…

2 1mo ago A 57 tokens original Apache-2.0

debug

07

angad-kandhari/deliberate

Skill Claude CodeCodex

Debugging discipline. Load when the task is fixing a bug, triaging a symptom, or chasing a failing test. Covers reproducing before reasoning, separating symptom from cause, bisecting systematically, not masking what you don't understand, suspecting assumptions, fixing the class not the instance, and leaving a…

2 1mo ago A 66 tokens original Apache-2.0

deliberate

08

angad-kandhari/deliberate

Skill Claude CodeCodex

Engineering discipline for AI harnesses. Nine principles for how an LLM coding agent should write code - think before coding, push back when warranted, plan inline, simplicity first, surgical changes, goal-driven execution, know when to stop, calibrate confidence, maintain context. Load as the default for any coding…

2 1mo ago A 67 tokens original Apache-2.0

explore

09

angad-kandhari/deliberate

Skill Claude CodeCodex

Codebase-familiarity discipline. Load when working in a codebase you didn't write, before adding code to it. Covers reading before writing, searching for the existing solution before creating a new one, finding and matching the house style, copying the nearest neighbor, mapping the blast radius before changing shared…

2 1mo ago A 75 tokens original Apache-2.0

incident

10

angad-kandhari/deliberate

Skill Claude CodeCodex

Incident response discipline. Load when production is broken, a paging alert is active, or the user is debugging under time pressure. Covers stabilizing before diagnosing, communicating while working, not losing evidence, one change at a time, hypothesizing explicitly, knowing when to escalate, and writing the…

2 1mo ago A 65 tokens original Apache-2.0

memory

11

angad-kandhari/deliberate

Skill Claude CodeCodex

Memory discipline. Load when the agent keeps persistent memory across sessions - CLAUDE.md, AGENTS.md, auto-memory, memory banks, or any notes file the next session will read. Covers writing selectively, never recording what the repo already knows, structuring memory as index plus topics, stamping claims that can go…

2 1mo ago A 87 tokens original Apache-2.0

migrate

12

angad-kandhari/deliberate

Skill Claude CodeCodex

Migration discipline. Load for database schema changes, framework upgrades, API version bumps, rename rollouts, data backfills, or any change that can't land in a single deploy. Covers incremental-by-default, writing rollbacks first, making schema changes safe, feature-flagging cutovers, backfilling idempotently, and…

2 1mo ago A 74 tokens original Apache-2.0

pentest

13

angad-kandhari/deliberate

Skill Claude CodeCodex

Penetration-testing discipline for authorized security assessment. Load to audit a codebase or system you own (or are explicitly authorized to test) for vulnerabilities - then fix them with secure. Also covers scoped engagements: red-team exercises, CTFs, bug-bounty targets. Covers confirming authorization and scope…

2 1mo ago A 126 tokens original Apache-2.0

review

14

angad-kandhari/deliberate

Skill Claude CodeCodex

Code review discipline. Load when reviewing a PR (your own or someone else's) or auditing existing code. Covers reading intent first, reviewing in layers top-down, labeling comments by severity, hunting for what isn't there, reviewing tests like code, and self-reviewing before submit.

2 1mo ago A 57 tokens original Apache-2.0

secure

15

angad-kandhari/deliberate

Skill Claude CodeCodex

Security discipline. Load when a change touches authentication, authorization, user input, secrets, data access, file handling, or a network boundary. Covers treating security as part of working, never routing around a security control, distrusting everything that crosses a boundary, keeping secrets out of the repo…

2 1mo ago A 83 tokens original Apache-2.0

spec

16

angad-kandhari/deliberate

Skill Claude CodeCodex

Spec-driven feature work. Load when the task involves a PRD, design doc, or solution architecture. Covers finding the spec, extracting problem/persona/success/non-goals, reconciling with architecture, persona-checking the implementation, and keeping the PRD honest when reality diverges.

2 1mo ago A 61 tokens original Apache-2.0

test

17

angad-kandhari/deliberate

Skill Claude CodeCodex

Testing discipline. Load when writing tests, deciding what to test, or auditing a test suite. Covers testing behavior not implementation, picking the right layer, mocking sparingly and honestly, one reason to fail, covering failure paths, staying deterministic, and not chasing coverage.

2 1mo ago A 55 tokens original Apache-2.0

verify

18

angad-kandhari/deliberate

Skill Claude CodeCodex

Verification discipline. Load before claiming work is done, reporting progress, or handing off a change. Covers demonstrating done instead of declaring it, never weakening a check to make it pass, exercising real behavior beyond green tests, hunting the almost-right bug, reporting observations instead of expectations…

2 1mo ago A 69 tokens original Apache-2.0