Summary
Develop an analytic subagent in Claude code following the methodologies and organization outlined in the skills/planning-with-files/SKILL.md file. The new subagent should implement a similar persistent file-based planning pattern but be specialized for analytics-focused workflows.
Details
- Reference the principles in
SKILL.md, including use of persistent markdown files for working memory, error tracking, and task planning.
- Ensure the subagent supports creating and maintaining
task_plan.md, findings.md, and progress.md, tailored to analytic tasks (e.g. data exploration, model tracking, finding patterns).
- Inherit workflow rituals from the Manus-style approach (read before decide, update after act, strict error/progress logging).
- Consider special requirements for analytic pipelines: logging hypotheses, experimental results, visualizations, data sources and queries, etc.
- Provide clear instructions/templates for analytic users to follow (adapt planning file templates as needed).
- Document the subagent's functions and integration points.
Acceptance Criteria
- A new Claude code subagent for analytics is implemented.
- Adheres closely to the core planning-with-files pattern and error tracking rules from
SKILL.md.
- Demonstrates, via example or documentation, how the subagent improves organization and persistence for analytic work.
Reference: skills/planning-with-files/SKILL.md
Summary
Develop an analytic subagent in Claude code following the methodologies and organization outlined in the
skills/planning-with-files/SKILL.mdfile. The new subagent should implement a similar persistent file-based planning pattern but be specialized for analytics-focused workflows.Details
SKILL.md, including use of persistent markdown files for working memory, error tracking, and task planning.task_plan.md,findings.md, andprogress.md, tailored to analytic tasks (e.g. data exploration, model tracking, finding patterns).Acceptance Criteria
SKILL.md.Reference: skills/planning-with-files/SKILL.md