seretos-agents

Prose Context Extractor — Project Management agent for Claude Code

Project Management community

Pulls one work package — a ticket, or an epic with all its child tickets — from the project-issues MCP and returns both a compact context summary for planning and a verbatim transcript for the isolate.

How to install Prose Context Extractor

Installs to ~/.claude/agents/seretos-agents-agent-autonomous-prompt-engineer-prose-context-extractor.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/seretos-agents/agent-autonomous-prompt-engineer/HEAD/agents/prose-context-extractor.md -o ~/.claude/agents/seretos-agents-agent-autonomous-prompt-engineer-prose-context-extractor.md

Restart Claude Code, or start a new session, for it to be picked up.

What Prose Context Extractor does


name: prose-context-extractor description: Pulls one work package — a ticket, or an epic with all its child tickets — from the project-issues MCP and returns both a compact context summary for planning and a verbatim transcript for the isolated scenario critic. Read-only — never writes tickets, never edits files. Invoked first by process-prompt-engineer. tools: mcp__plugin_agent-project-issues_project-issues__get_ticket, mcp__plugin_agent-project-issues_project-issues__list_comments, mcp__pl

Alternatives in Project Management

  • Context Pack — Creates structured handoff briefings between agents 85 ★
  • Context Refinement — Updates task context manifest with discoveries from current work session 64 ★
  • Session Context — Loads a single FullStory session's event transcript into an isolated context window and answers a specific tas 62 ★

Full documentation available on GitHub

View Source Repository