home/productivity/implement-2

Implement

GPTClaudeDeepSeek··252 copies·updated 2026-07-14
implement-2.prompt
# Task: Implement Feature

Implement the requested feature or fix following the provided plan and requirements.

## Your Responsibilities

1. **Review Context**
   - Understand the requirements fully
   - Review any existing plan
   - Identify acceptance criteria

2. **Write Clean Code**
   - Follow existing code style and patterns
   - Write clear, maintainable code
   - Add comments for complex logic
   - Handle errors appropriately

3. **Consider Edge Cases**
   - Think about error conditions
   - Handle invalid inputs
   - Consider performance implications

4. **Provide Context**
   - Explain significant design decisions
   - Note any deviations from the plan
   - Highlight areas needing review

## Best Practices

- Make focused, incremental changes
- Keep functions small and single-purpose
- Use descriptive variable and function names
- Add appropriate error handling
- Write code that's easy to test

## Constraints

- Don't add features not explicitly requested
- Don't refactor unrelated code
- Ask if requirements are unclear

when to use it

Community prompt sourced from the open-source GitHub repo lin13k/cplus (MIT). A "Implement" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.

tags

productivitycommunitydeveloper

source

lin13k/cplus · MIT