.claude/skills/iterate-implementation/SKILL.md
iterate on implementation based on user feedback
npx skillsauth add harivansh-afk/rpi iterate-implementationInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
An implementation plan was implemented and a user has follow-on feedback - it might be a bug, it might be further changes or tweaks, it might be a follow-on feature to implement in the same branch
Read all input files FULLY:
ls .humanlayer/tasks/ | grep -i TEAMID-XXX - you must use Bash(ls | grep) for this as your glob/grep tools don't traverse symlinksls .humanlayer/tasks/TASKNAME to find all related documents in the task directoryUnderstand the current state
If the user gives any input:
Clarify the feedback:
Apply the Fix :
Update the user
When you write or edit documents in .humanlayer/tasks/, a cloud permalink is automatically provided in the hook response.
additionalContext after Write/Edit/MultiEdit operationshttp(s)://{DOMAIN}/artifacts/{artifactId}When writing markdown files that contain code blocks showing other markdown (like README examples or SKILL.md templates), use 4 backticks (````) for the outer fence so inner 3-backtick code blocks don't prematurely close it:
# Example README
## Installation
```bash
npm install example
```
If the iteration resolves all issues and no further changes are needed:
use the describe-pr skill for .humanlayer/tasks/ENG-XXXX-description
</guidance>testing
facilitate pre-implementation setups for worktree setup
documentation
iterate on structure outline based on user feedback. if given a path to a document in .humanlayer/tasks/*/*-structure-outline.md, use this skill.
documentation
iterate on research document based on user feedback. This skill requires a path to a document and feedback from the human
documentation
iterate on .humanlayer/tasks/*/*-research-questions.md doc based on user feedback.