Imported from SatoryKono/BioactivityDataAcquisition (
.devin/skills/py-plan-bot/SKILL.md). Install upstream withnpx skills add SatoryKono/BioactivityDataAcquisition --skill py-plan-bot. Copyright stays with the author.
py-plan-bot
Source Of Truth
- Root runtime contract:
../../../AGENTS.md - Project rules:
../../../docs/00-project/RULES.md - Requirements:
../../../docs/01-requirements/REQUIREMENTS.md - Accepted ADRs:
../../../docs/02-architecture/decisions - Normative index:
../../../docs/00-project/NORMATIVE_SOURCES.md - Primary profile:
../../agents/py-plan-bot/AGENT.md - Team orchestration:
../../agents/ORCHESTRATION.md - Shared wrapper contract: ../py-audit-bot/references/wrapper-contract.md
- Memory policy:
../../../docs/00-project/ai/agents/guides/MEMORY_USAGE.md - Shared project context:
../../../docs/00-project/ai/memory/agent-memory.md - Role memory:
../../../docs/00-project/ai/memory/memory-py-plan-bot.md
Trigger Scope
Use this wrapper when the requested work needs sequencing, dependency ordering, explicit scope control, or conversion of audit findings into a plan.
Workflow
- Follow the shared wrapper contract.
- Read and apply
../../agents/py-plan-bot/AGENT.md. - Separate implementation, validation, docs/mirror sync, and closeout steps.
- Keep the plan bounded by the user's requested scope.
Expected Output
- Ordered plan with clear completion criteria.
- Risks, blockers, and validation gates.
- No implementation unless the user also asked to proceed.
Validation
Plans are validated by source inspection: every proposed step must map to a real file, command, test, config, doc, or issue.
Fallback
If planning inputs are incomplete, state the assumptions and mark decisions that require user input before implementation.