SkillAgentSearch skills...

implementation-plan

Turn a product request into a concrete, repository-grounded implementation plan.

Install / Use

npx skills add athasdev/athas

Installs into whichever agent you are using.

About this skill
📄

SKILL.md

Installable skill definition

Quality Score

45/100

Supported Platforms

Universal

Tags


name: implementation-plan description: Turn a product request into a concrete, repository-grounded implementation plan.

Implementation Plan

Build the plan from the current repository rather than from assumptions.

Process

  1. Identify the user-visible outcome and the surfaces that must behave consistently.
  2. Inspect the owning modules, shared primitives, state boundaries, and nearby tests.
  3. Find existing contracts that should be extended instead of creating parallel systems.
  4. Resolve important unknowns through read-only investigation.
  5. Split the work into independently verifiable steps in dependency order.
  6. Name the likely files and validation for each step.
  7. Call out migration, compatibility, security, and rollout risks only when they are real.

The final plan should be specific enough that another engineer can implement it without repeating the architectural investigation.

Related Skills

View on GitHub
GitHub Stars0
CategoryDevelopment
Updated2d ago
Forks0

Security Score

80/100

Audited on Sep 3, 2026

1 medium1 low