Black-coffe

31 mods across 1 repository, 2 stars between them.

drone-acceptance

01

Black-coffe/vulyk

Agent Claude Code

Blind acceptance gate. Receives the human's brief, the repository and a run command - never plan.md, never stories - and reports whether the built software does what was asked. Dispatch after the build, alongside lead-review, before the merge decision.

2 11d ago A 56 tokens original MIT

drone-coverage

02

Black-coffe/vulyk

Agent Claude Code

Independent coverage check at plan time. Receives ONLY brief.md and plan.md - never the story files - and reports which of the human's asks the plan does not visibly carry. Dispatch before the approval stop; after it, the check is theatre.

2 11d ago A 55 tokens original MIT

drone-docs

03

Black-coffe/vulyk

Agent Claude Code

Documentation drone. After a story merges, updates memory/map slices and docs/wiki notes to reflect the change. Use post-merge or whenever /vulyk-status reports staleness. Keeps external memory truthful.

2 11d ago A 47 tokens original MIT

drone-scout

04

Black-coffe/vulyk

Agent Claude Code

Reconnaissance unit. Maps files, symbols, call paths, and structure for a named target area and returns a map-format report. Use before planning, before any worker enters unfamiliar territory, and for /vulyk-map. Cheap by design - dispatch liberally, in parallel.

2 11d ago A 62 tokens original MIT

lead-architect

05

Black-coffe/vulyk

Agent Claude Code

Design authority for consequential technical decisions - schema changes, module boundaries, dependency choices, migration strategies. Produces ADRs. Use on Tier 4 tasks or whenever a story reveals an architectural fork.

2 11d ago A 43 tokens original MIT

lead-review

06

Black-coffe/vulyk

Agent Claude Code

Adversarial review gate before merge. Hunts for correctness bugs, security issues, broken invariants, silent scope creep, reinvention, unrecorded narrowing, invented facts, and test theater. Use after /vulyk-build completes, or on any diff the Queen does not fully trust.

2 11d ago A 62 tokens original MIT

librarian

07

Black-coffe/vulyk

Agent Claude Code

Memory consolidation and garbage collection. The ONLY agent that merges into memory/learnings and prunes memory files. Used by /vulyk-gc and /vulyk-evolve. Prevents concurrent-write races by design.

2 11d ago A 49 tokens original MIT

queen-planner

08

Black-coffe/vulyk

Agent Claude Code

Delegated strategic planner for Tier 3-4 goals. Synthesizes scout reports and memory into an epic/story breakdown. Use when the main session wants a deep plan drafted without burning its own context. Never reads source code.

2 11d ago A 50 tokens original MIT

worker-code

09

Black-coffe/vulyk

Agent Claude Code

Implements exactly one story from docs/specs. The workhorse of the hive - use for all Tier 1-4 implementation. Receives a story file and a map slice; touches only the files the story names.

2 11d ago A 48 tokens original MIT

worker-test

10

Black-coffe/vulyk

Agent Claude Code

Writes or repairs tests for exactly one story. Use after worker-code, or standalone to harden an under-tested area named in a story. Tests behavior, not implementation details.

2 11d ago A 38 tokens original MIT

vulyk-bootstrap

11

Black-coffe/vulyk

Command Claude Code

Adapt VULYK to this project - interview, tailor constitution, build initial map, seed wiki.

2 11d ago A 19 tokens original MIT

vulyk-build

12

Black-coffe/vulyk

Command Claude Code

Execute approved stories in waves of cascade-routed workers, one commit per story.

2 11d ago A 15 tokens original MIT

vulyk-evolve

13

Black-coffe/vulyk

Command Claude Code

Weekly self-evolution cycle - mine learnings and usage stats, propose config diffs as a reviewable changeset.

2 11d ago A 23 tokens original MIT

vulyk-gc

14

Black-coffe/vulyk

Command Claude Code

Memory garbage collection - consolidate learnings, prune stale pointers, clean snapshots.

2 11d ago A 14 tokens original MIT

vulyk-handoff

15

Black-coffe/vulyk

Command Claude Code

Save session state to .claude/handoff/ before /clear or a restart.

2 11d ago A 16 tokens original MIT

vulyk-map

16

Black-coffe/vulyk

Command Claude Code

Build or refresh the codebase map for a path using Sonnet scout batches.

2 11d ago A 15 tokens original MIT

vulyk-plan

17

Black-coffe/vulyk

Command Claude Code

Queen planning mode - brief, recon, decompose into stories, trace, request approval.

2 11d ago A 17 tokens original MIT

vulyk-review

18

Black-coffe/vulyk

Command Claude Code

Adversarial review gate - lead-review hunts for reasons NOT to merge.

2 11d ago A 14 tokens original MIT

vulyk-status

19

Black-coffe/vulyk

Command Claude Code

Hive dashboard - open stories, memory freshness, skill stats, budget posture.

2 11d ago A 14 tokens original MIT

vulyk-update

20

Black-coffe/vulyk

Command Claude Code

Check for a newer VULYK release and, with the owner's yes, upgrade this project's framework files.

2 11d ago A 20 tokens original MIT

SessionStart

21

Black-coffe/vulyk

Hook Claude Code

Runs when a session starts, executing session-start-brief.sh, vulyk-update-check.sh and handoff.sh (3 commands). From Black-coffe/vulyk.

2 11d ago A tokens not measured copy · 53% MIT

SessionEnd

22

Black-coffe/vulyk

Hook Claude Code

Runs when a session ends, executing session-end-learnings.sh and handoff.sh (2 commands). From Black-coffe/vulyk.

2 11d ago A tokens not measured copy · 53% MIT

UserPromptSubmit

23

Black-coffe/vulyk

Hook Claude Code

Runs when you submit a prompt, before the agent sees it, executing handoff.sh. From Black-coffe/vulyk.

2 11d ago A tokens not measured original MIT

Stop

24

Black-coffe/vulyk

Hook Claude Code

Runs when the agent finishes a response, executing handoff.sh. From Black-coffe/vulyk.

2 11d ago A tokens not measured copy · 52% MIT