Claude Feature Development
Independent PiSkill directory guide. The original prompt remains hosted by Anthropic Claude Code.
What does this prompt do?
Guides feature development through codebase discovery, clarification, architecture, implementation, review, and verification rather than jumping directly into edits.
Primary use case
Implement a substantial feature with repository-aware planning and validation.
Expected output
A tested implementation accompanied by decisions and verification evidence.
Inputs or variables
- feature request
- constraints
- acceptance criteria
Related prompts
Claude Agent SDK App Starter
Starts a new Claude Agent SDK application by gathering requirements, selecting an appropriate structure, and creating an implementation-ready project foundation.
Claude Code Review
Runs Anthropic's multi-perspective Claude Code review workflow over a pull request and filters candidate findings for relevance and confidence.
Claude Commit Workflow
Creates a focused Git commit from the current changes after inspecting repository state, understanding intent, and preparing an accurate commit message.
Claude Hook Generator
Turns a described automation or policy requirement into a Claude Code hook configuration with appropriate events, matching logic, and safe behavior.
Claude Plugin Creator
Creates a Claude Code plugin by selecting the necessary components, establishing a valid structure, and generating maintainable commands, skills, agents, or hooks.
Claude Pull Request Review Toolkit
Coordinates focused pull-request review passes and consolidates evidence into useful findings while avoiding duplicated or low-confidence comments.