codelisted
Install: claude install-skill valasubramanian-kr/wallet-web-developer
# Code Feature Implementation Skill
## Purpose
Execute the implementation plan and write code following project-specific patterns.
## Usage
```bash
/code
```
(Must be run after `/branch`)
**Re-running after plan updates**:
If you update the implementation plan via `/review` after `/code` has already run, you can re-run `/code` to implement the updated plan. The skill will read the latest `implementation-plan.md` and apply the changes.
## What This Skill Does
1. **Load Current JIRA Issue**: Reads JIRA issue details from `current-issue.md`
2. **Load Implementation Plan**: Reads detailed plan from `implementation-plan.md`
3. **Apply Project-specific Patterns**: Follows Project-specific coding standards, naming conventions, design patterns
4. **Implement Changes**: Creates new files and modifies existing files
5. **Log Changes**: Records all modifications to `implementation-log.md`
## JIRA Issue Context
The JIRA issue details should be located in the most recent directory under `workflow/jira-to-github/*/current-issue.md`. You will need to find and read this file in Step 1.
## Implementation Plan Context
The implementation plan should be located in the most recent directory under `workflow/jira-to-github/*/implementation-plan.md`. You will need to find and read this file in Step 1.
## Instructions
You are coordinating the code implementation for a JIRA issue. This skill spawns a sub-agent to execute the implementation plan autonomously following implementing with pr