o

Category: Tools & Productivity | Uploader: paulonascpaulonasc | Downloads: 0 | Version: v1.0(Latest)

Multi-agent coordination through files. Memory, threads, progress, handoffs. Use when asked to "save progress", "checkpoint", "what's the status", "hand off", "what are we working on", or "close the thread".

Changelog: Source: GitHub https://github.com/paulonasc/orchestra

Directory Structure

Current level: tree/main/

  • 📁 bin/
    • 📄 orchestra-changelog 1.5 KB
    • 📄 orchestra-config 3.5 KB
    • 📄 orchestra-release 3.7 KB
    • 📄 orchestra-stats 2.1 KB
    • 📄 orchestra-telemetry-sync 6.3 KB
    • 📄 orchestra-update-check 6.7 KB
  • 📁 changelog/
    • 📄 0.0.16.md 1.7 KB
    • 📄 0.0.17.md 2.2 KB
    • 📄 0.0.18.md 1.6 KB
    • 📄 0.0.19.md 1.5 KB
    • 📄 0.0.20.md 3.6 KB
    • 📄 0.1.0.md 1.5 KB
    • 📄 0.2.0.md 1.5 KB
    • 📄 0.3.0.md 416 B
    • 📄 0.4.0.md 598 B
    • 📄 0.4.1.md 418 B
    • 📄 0.4.2.md 567 B
    • 📄 0.4.3.md 462 B
    • 📄 0.4.4.md 581 B
    • 📄 0.4.5.md 378 B
    • 📄 0.5.0.md 482 B
    • 📄 0.5.1.md 1.2 KB
  • 📁 channels/
    • 📄 heartbeat.ts 2.7 KB
    • 📄 README.md 1.3 KB
  • 📁 commands/
    • 📄 checkpoint.md 7.2 KB
    • 📄 close.md 3.1 KB
    • 📄 dashboard.md 7.5 KB
    • 📄 docs.md 4.4 KB
    • 📄 heartbeat.md 5.7 KB
    • 📄 import.md 4.5 KB
    • 📄 list.md 2.3 KB
    • 📄 update.md 3.3 KB
  • 📁 evals/
    • 📁 cases/
      • 📁 checkpoint/
        • 📄 includes-decisions.test.ts 1.4 KB
        • 📄 includes-research.test.ts 1.4 KB
        • 📄 nudge-triggers-hard.test.ts 1.8 KB
        • 📄 nudge-triggers.test.ts 1.4 KB
        • 📄 updates-thread-files.test.ts 3.8 KB
        • 📄 user-done-suggests.test.ts 2.0 KB
        • 📄 writes-correct-files-hard.test.ts 1.8 KB
        • 📄 writes-correct-files.test.ts 1.7 KB
      • 📁 decisions/
        • 📄 no-explicit-instruction.test.ts 2.5 KB
        • 📄 recorded-after-review.test.ts 2.5 KB
      • 📁 discovery/
        • 📄 plan-no-skill-context.test.ts 5.6 KB
        • 📄 plan-zero-context.test.ts 8.3 KB
      • 📁 helpers/
        • 📄 fixtures.ts 6.8 KB
        • 📄 harness.ts 4.9 KB
        • 📄 prompts.ts 6.2 KB
        • 📄 setup.ts 5.8 KB
      • 📁 identity/
        • 📄 agent-identity.test.ts 1.8 KB
      • 📁 regressions/
        • 📄 plan-mid-implementation.test.ts 7.4 KB
        • 📄 plan-writes-to-orchestra.test.ts 2.3 KB
      • 📁 router/
        • 📄 dispatches-checkpoint.test.ts 1.4 KB
        • 📄 dispatches-close.test.ts 1.0 KB
        • 📄 dispatches-dashboard.test.ts 1.1 KB
      • 📁 routing/
        • 📄 looks-good-checkpoints.test.ts 1.7 KB
        • 📄 shipped-closes.test.ts 1.5 KB
        • 📄 user-shipped-suggests-close.test.ts 1.7 KB
      • 📁 session/
        • 📄 concurrent-no-conflict.test.ts 4.5 KB
        • 📄 start-relevant-context.test.ts 5.6 KB
        • 📄 state-survives-compaction.test.ts 6.0 KB
      • 📁 stats/
        • 📄 shows-telemetry.test.ts 2.8 KB
      • 📁 verification/
        • 📄 no-explicit-instruction.test.ts 1.9 KB
        • 📄 updated-after-tests.test.ts 1.8 KB
    • 📁 helpers/
      • 📄 judge.ts 8.8 KB
      • 📄 providers.ts 2.6 KB
      • 📄 session-runner.ts 4.3 KB
    • 📁 hooks/
      • 📄 autolink-worktree.test.ts 6.9 KB
      • 📄 post-tool-nudge.test.ts 3.9 KB
      • 📄 telemetry-pipeline.test.ts 5.8 KB
      • 📄 upgrade-flow.test.ts 8.0 KB
    • 📄 README.md 13.7 KB
  • 📁 hooks/
    • 📄 lib.sh 2.4 KB
    • 📄 orchestra-autolink-worktree.sh 1.7 KB
    • 📄 orchestra-post-compact.sh 2.3 KB
    • 📄 orchestra-post-tool-nudge.sh 887 B
    • 📄 orchestra-pre-compact.sh 2.0 KB
    • 📄 orchestra-session-start.sh 7.9 KB
    • 📄 orchestra-stop.sh 1.7 KB
    • 📄 orchestra-subagent-stop.sh 1.2 KB
  • 📁 reference/
    • 📄 formats.md 5.4 KB
    • 📄 memory.md 1.4 KB
    • 📄 threads.md 4.2 KB
    • 📄 verification.md 5.6 KB
  • 📁 scripts/
    • 📄 gen-skill.ts 3.4 KB
  • 📁 supabase/
    • 📁 functions/
      • 📁 telemetry-ingest/
        • 📄 index.ts 6.1 KB
    • 📁 migrations/
      • 📄 001_create_telemetry_schema.sql 3.4 KB
    • 📁 tests/
      • 📄 telemetry-ingest.test.ts 7.0 KB
    • 📄 config.sh 446 B
    • 📄 config.toml 14.6 KB
    • 📄 README.md 1.8 KB
  • 📁 templates/
    • 📄 backlog.md 64 B
    • 📄 briefing.md 705 B
    • 📄 decision.md 327 B
    • 📄 handoff.md 358 B
    • 📄 orchestra.yaml 1.1 KB
    • 📄 progress.yaml.example 1001 B
    • 📄 session.md 293 B
    • 📄 thread-plan.md 711 B
    • 📄 thread-research.md 173 B
    • 📄 thread-spec.md 414 B
    • 📄 thread-verification.md 924 B
  • 📄 .gitignore 107 B
  • 📄 bun.lock 24.5 KB
  • 📄 CONTRIBUTING.md 14.1 KB
  • 📄 eslint.config.mjs 599 B
  • 📄 LICENSE 1.1 KB
  • 📄 package.json 827 B
  • 📄 README.md 9.3 KB
  • 📄 setup 27.6 KB
  • 📄 SKILL.md 12.7 KB
  • 📄 SKILL.md.tmpl 12.6 KB
  • 📄 VERSION 6 B

SKILL.md

Login to download/like/favorite ❤ 7 | ★ 0
Comments 0

Please login before commenting.

Loading comments...