Agent skill
planning-scope
Mycelia-specific scope for planning document audits
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/planning-scope
SKILL.md
Mycelia Planning Document Scope
When auditing planning documents in Mycelia, use this specific scope.
Planning Documents Location
Primary: planning-docs/ (all files)
Cross-Reference Scope
Source Code:
src/Mycelia.jl- Main modulesrc/- All source files
Tests:
test/runtests.jl- Test entry pointtest/- All staged test directories
Documentation:
docs/src/- Key documentation pagesREADME.md
CI/Infrastructure (context only):
.github/workflows/ci.ymlci/hpc/README.md
Mycelia-Specific Priorities
When prioritizing actions, consider:
- Correctness - Scientific validity, algorithm correctness
- Scalability - HPC performance, large dataset handling
- Speed - Assembly algorithm efficiency
- Onboarding - Contributor setup, tutorials
Known Planning Documents
Typical Mycelia planning docs include:
- Development triage and status
- Test templates and coverage plans
- Benchmark planning
- Release roadmaps
- API design documents
Cross-Verification Checklist
When verifying planning claims:
- Do claimed modules exist in
src/? - Are claimed tests in the appropriate stage directory?
- Do documented APIs match function signatures?
- Are external tool requirements documented?
- Are benchmark claims backed by
benchmarking/results?
Didn't find tool you were looking for?