Technical Implementation Skill
Use this skill to verify how the business logic is actually implemented in code.
Goal
Tie business stages to real entrypoints, functions, tools, jobs, APIs, databases, local files, caches, and status controls.
Procedure
- Identify API, CLI, scheduler, script, or agent entrypoints.
- Trace the main code path.
- Identify DB managers, ORM models, table names, and external APIs.
- Identify algorithm and component boundaries.
- Separate active default paths from optional, old, disabled, or compatibility paths.
- Record exact code evidence.
Output Sections
- Runtime entrypoints
- Core code path
- Core components
- Configuration and secrets handling
- State and execution controls
- Active vs optional paths
- Code evidence index
- Technical risks and drift