dfollent

12 mods across 1 repository, 2 stars between them.

dfollent/skills

Agent

Adversarial single-lens reviewer invoked by ship- skills (design, create-plan) to try to break an artifact through one specified lens. Read-only. Returns structured findings + a verdict.

2 19d ago A 45 tokens

grill-me

02

dfollent/skills

Skill Claude CodeCodex

Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions "grill me".

2 19d ago A 49 tokens

project-lint

03

dfollent/skills

Skill Claude CodeCodex

Audit a project's document tree for quality, consistency, and structure. Use this skill when someone wants to: health-check a project, find stale or unresolved items, identify contradictions between documents, retrofit tagging conventions onto legacy docs, assess whether documents should be split, or review the…

2 19d ago A 137 tokens

project-onboard

04

dfollent/skills

Skill Claude CodeCodex

Orient to a project on the team's Confluence surface, or load context for a specific task. Use this skill whenever someone wants to: see what projects exist, understand the state of a project, find what needs attention, identify what to work on next, get a summary of open questions/blockers/assumptions, or load…

2 19d ago A 183 tokens

project-update

05

dfollent/skills

Skill Claude CodeCodex

Write back findings, updates, observations, or new content to a project's Confluence surface. Use this skill whenever someone wants to: update a project doc, write back findings from a session, add questions or blockers to a project, record a decision, capture meeting notes, append research, create a new doc in the…

2 19d ago A 192 tokens

ship-create-plan

06

dfollent/skills

Skill Claude CodeCodex

Ship pipeline stage 5. Takes work-breakdown.md + design.md + all research from the per-ticket manifest folder and produces a detailed tactical implementation plan, hardened by an antagonistic-reviewer design-lens pass. Writes plan.md into the manifest folder and hands off to /ship-implement-plan.

2 19d ago A 64 tokens

dfollent/skills

Skill Claude CodeCodex

Ship pipeline stage 1. Scopes which repos in a multi-repo workspace the ticket touches (it legitimately sees the ticket), then writes one intent-neutral research-questions file per confirmed repo plus the per-ticket manifest. First half of the untainted research pattern - this stage sees the intent…

2 19d ago A 74 tokens

ship-implement-plan

08

dfollent/skills

Skill Claude CodeCodex

Execute an implementation plan phase by phase, with verification between phases and pauses for manual testing. Consumes the plan from /ship-create-plan, or runs as Ship pipeline stage 6 (the plan from /ship-create-plan).

2 19d ago A 50 tokens

dfollent/skills

Skill Claude CodeCodex

Ship pipeline stage 2. Research and document the codebase as-is, driven by per-repo research-questions files. Defaults to ONE research agent per repo (orientation dominates cost, so questions are batched), splitting only when a repo's questions span disjoint subsystems. Writes research- .md per repo into the…

2 19d ago A 95 tokens

dfollent/skills

Skill Claude CodeCodex

Ship pipeline stage 3. Produces a solution design that demonstrably covers the coverage map, driven by an interactive grill-me decision-tree question walk and hardened by tiered antagonistic review (full per-lens fan-out / combined single-pass / skip, chosen at a checkpoint). Reads all per-repo research + the ticket…

2 19d ago A 84 tokens

ship-work-breakdown

11

dfollent/skills

Skill Claude CodeCodex

Ship pipeline stage 4. Takes design.md from the per-ticket manifest folder and produces a high-level work breakdown (phases, testing strategy, order of changes). The human review point before detailed planning. Writes work-breakdown.md into the manifest folder.

2 19d ago A 56 tokens

ship

12

dfollent/skills

Skill Claude CodeCodex

Ship pipeline dispatcher. On-rails orchestrator that resolves the active per-ticket manifest and runs EXACTLY one pipeline step per invocation (never a full sequencer), applying per-stage continue rules. Convenience entry point over the independently-runnable ship- skills.

2 19d ago A 52 tokens