TASK GUIDE · SOURCE-AWARE
Agent Skills for codebase and architecture planning
A source-aware Skill plan for mapping a codebase, sequencing work, and recording decisions.
Build this plan for my Agent ↗Planning does not authorize implementation; unresolved assumptions remain visible.
01 · SKILL STACK
A minimal three-role stack
Each role has one job. The personalized builder can adjust the selection for your Agent without changing the decision logic.
improve-codebase-architecture
Maps files, dependencies, tests, and reference patterns.
- Main limitation
- Architecture quality depends on change history and domain context that may be incomplete.
- First risk
- Premature refactoring
- Source evidence
- Pinned · 885e2ca4
repo-intake-and-plan
Breaks the change into ordered, testable phases.
- Main limitation
- It does not create environments, download assets, execute commands, perform paper lookup, or write the final report.
- First risk
- Planning from incomplete repository evidence
- Source evidence
- Pinned · 3ab50525
build-evidence-map
Records alternatives, consequences, and the evidence behind the choice.
- Main limitation
- Validation proves graph integrity, not source quality or inference correctness.
- First risk
- Sensitive excerpts in portable artifacts
- Source evidence
- Pinned · 318066d2
02 · ACCEPTANCE
How to know the task is finished
- Every phase names its inputs, changed paths, and verification step.
- Dependencies and rollback boundaries are explicit.
- Rejected alternatives include a concrete reason.
03 · STOP CONDITIONS
When to stop
- The plan assumes files or APIs that were not inspected.
- Implementation begins before critical assumptions are resolved.
- The proposed change has no testable completion condition.
04 · METHOD
How this guide was produced
SkillSignal maps a defined task to three non-overlapping responsibilities, then selects from reviewed catalog metadata. Agent fit, source state, permissions, and published scores are evaluated with deterministic rules. No LLM writes or reorders the recommendation at request time.