.agents/skills/implement-user-story/SKILL.md
Implements a single user story from the PRD: writes code and tests, follows project conventions. Invoked by: bun nvst create prototype.
npx skillsauth add lpng-plenge/frontend-IA implement-user-storyInstall 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.
Implement the provided user story by writing production code and tests that satisfy all acceptance criteria, following the project's conventions and architecture.
| Source | Used for |
|--------|----------|
| user_story (context variable) | The user story JSON with id, title, description, and acceptanceCriteria |
| project_context (context variable) | Project conventions, tech stack, code standards, testing strategy, and architecture |
| iteration (context variable) | Current iteration number for file naming and context |
.agents/state.json or progress files — the calling command manages those.The output is the set of file changes (new files created, existing files modified) in the working tree. There is no document to produce — the code and tests are the deliverable.
Before finishing:
testing
Refines an existing test plan based on user feedback or adversarial challenge mode. Triggered by: bun nvst refine test-plan.
development
Refines an existing refactor plan based on user feedback or adversarial challenge mode. Triggered by: bun nvst refine refactor-plan.
development
Refines .agents/PROJECT_CONTEXT.md via editor mode or challenge mode. Challenge mode validates the document against the actual codebase and detects compliance issues. Triggered by: bun nvst refine project-context.
documentation
Updates an existing product requirement document based on user feedback. Triggered by: bun nvst refine requirement.