Commit graph

8 commits

Author SHA1 Message Date
dan 437265b916 feat: add spec-review skill and ai-tools-doctor docs
spec-review: Multi-model review of spec-kit artifacts using orch
- SKILL.md with progressive disclosure pattern
- Review processes: spec, plan, tasks, gate-check
- Prompts for critique, review, and go/no-go decisions

ai-tools-doctor: RFC and implementation report for diagnostics skill

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-15 00:43:52 -08:00
dan 90e72f1095 fix(use-skills): prevent stderr from corrupting symlink targets
Remove 2>&1 from nix build capture. When repo is dirty, nix emits
warnings to stderr which were being merged into $out and used as
symlink targets, creating broken symlinks like:

  orch -> warning: Git tree '...' is dirty\n/nix/store/...

Now stderr goes to terminal, only stdout (store path) captured.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-14 12:42:26 -08:00
dan 139a521a89 doc-review: design session complete, spun off to ~/proj/doc-review
- Added use_api_keys to .envrc for orch access
- Worklog documents full design process
- Beads closed: skills-bcu, skills-1ig, skills-53k, skills-d6r
- Architecture: Vale + LLM hybrid (deterministic + semantic)
- Implementation continues in dedicated repo
2025-12-04 16:44:49 -08:00
dan 8902a4f4a6 fix(bd-issue-tracking): replace condensed files with full upstream
WebFetch returned summarized content, not raw markdown.
Replaced 7/8 files with actual upstream versions:

- SKILL.md: 644 lines (was 122)
- CLI_REFERENCE.md: 559 lines (was 158)
- BOUNDARIES.md: 469 lines (was 82)
- DEPENDENCIES.md: 747 lines (was 141)
- WORKFLOWS.md: 548 lines (was 178)
- ISSUE_CREATION.md: 139 lines (was 104)
- RESUMABILITY.md: 207 lines (was 171)
- STATIC_DATA.md: kept ours (59 vs 54)

Source: github.com/steveyegge/beads/examples/claude-code-skill

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-03 20:19:56 -08:00
dan 7e7fdee292 feat: add bd-issue-tracking skill
Based on upstream beads Claude Code skill with adaptations:
- YAML frontmatter for skill system
- Temporal layering guidance (TodoWrite + bd)
- Reference docs: CLI, dependencies, workflows, boundaries

Source: https://github.com/steveyegge/beads/tree/main/examples/claude-code-skill

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-03 20:08:32 -08:00
dan 24679f6cd6 bd sync: 2025-12-01 18:28:15 2025-12-01 18:28:15 -08:00
dan 0f010d3924 feat(orch): add multi-model consensus skill
Enables agents to query multiple AI models for:
- Second opinions on reasoning
- Architectural decisions
- Devil's advocate analysis
- Brainstorming and critique

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-30 15:48:31 -08:00
dan 0e098ba0bb bd sync: 2025-11-30 14:43:53 2025-11-30 14:43:53 -08:00