Skip to content

docs: delegate PGN/transcript curation to Claude coworker agent#1

Draft
jamestyhurst wants to merge 1 commit into
mainfrom
claude/greco-auto-discovery-agent-2501px
Draft

docs: delegate PGN/transcript curation to Claude coworker agent#1
jamestyhurst wants to merge 1 commit into
mainfrom
claude/greco-auto-discovery-agent-2501px

Conversation

@jamestyhurst

Copy link
Copy Markdown
Owner

$(cat <<'EOF'

Summary

  • Documents the architectural decision to outsource all content curation (finding PGNs, fetching commentary transcripts) to a separate Claude coworker agent rather than hard-coding discovery logic into Greco
  • Greco stays purely reactive — it processes whatever files are in its watched directories; the agent handles the logistics
  • Backlog item docs: add session handoffs location and skill installations #3 (bulk commentary transcripts) marked as delegated to the coworker agent

Changes

  • ROADMAP.md — added a dedicated "Coworker agent" section describing the interface (two drop folders: sample-games/ for PGNs, commentary_refs/<name>/transcript.txt for transcripts); updated backlog item docs: add session handoffs location and skill installations #3 status
  • ARCHITECTURE.md — added a "Coworker agent (external)" section explaining the filesystem interface and the separation of concerns
  • README.md — updated the Roadmap blurb and added a callout linking to the coworker agent section

Test plan

  • Read ROADMAP.md and confirm the coworker agent section is clear and the backlog table reflects the delegation
  • Read ARCHITECTURE.md and confirm the new section fits logically between the pipeline description and the launchers section
  • Read README.md and confirm the Roadmap blurb is accurate and the coworker agent callout is concise

https://claude.ai/code/session_01E1DudRs9BJLFc8LTC311sA
EOF
)


Generated by Claude Code

Auto-discovering new PGNs and commentary transcripts is a logistics
problem, not an analysis problem. Document that a separate Claude
coworker agent handles all content curation and deposits files into the
directories Greco already reads — Greco stays purely reactive.

Updates: ROADMAP (new coworker-agent section, backlog item #3 marked
delegated), ARCHITECTURE (coworker agent paragraph + interface spec),
README (roadmap blurb updated, coworker agent callout added).

https://claude.ai/code/session_01E1DudRs9BJLFc8LTC311sA
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants