implementation-plan
Implementation Plan Guide
A structured guide for creating comprehensive implementation plans before starting development work.
When to Use
- Planning new features or significant functionality additions
- Preparing for refactoring or architectural changes
- Documenting approach before starting complex implementation work
- Ensuring clear acceptance criteria and testing strategy
Instructions
Required Sections
1. Background and Context
Document the background and history that led to this implementation:
More from masayuki-kono/agent-skills
rust-code-quality-guide
Code quality guide for Rust. USE WHEN: writing Rust code, reviewing code, or ensuring code quality.
27hses-protocol
HSES (High Speed Ethernet Server) protocol specification for Yaskawa robot controllers. USE WHEN: understanding UDP-based communication protocol, message structure, command formats, or error codes for Yaskawa robots.
17moto-hses-usage
moto-hses Rust crate usage guide. USE WHEN: implementing HSES (High Speed Ethernet Server) communication with Yaskawa robot controllers.
16hses-packet-analysis
Analyze HSES protocol packet captures and generate a markdown report. USE WHEN: debugging moto-hses communication, interpreting HSES packet data, identifying protocol errors.
7