What problem does it solve? Starting a new feature in the SENTINEL decentralized AML protocol without a clear plan leads to missed dependencies, untested code, and unclear scope. This Skill turns a feature request into a structured, actionable development plan. ## Core Features & Use Cases - File-Level Planning: Lists exact files to create or modify with precise paths. - Dependency Ordering: Defines task execution order based on inter-task dependencies. - TDD-First Approach: Specifies tests to write before any implementation begins. - Complexity Estimation: Provides an effort estimate for the planned work. - Use Case: When adding a new risk-scoring dimension to the SENTINEL TEE nodes, invoke this Skill to get the full list of Solidity contracts, Python node code, and tests to touch, in the right order. ## Quick Start Ask the assistant to plan a new SENTINEL feature, for example: plan the addition of a new wallet risk dimension to the scoring workflow.