home/productivity/implement-feature-goal

Implement Feature.goal

GPTClaudeDeepSeek··984 copies·updated 2026-07-14
implement-feature-goal.prompt
# Codex Prompt: Implement Feature

## Target Tool

OpenAI Codex CLI or Codex-style coding-agent goal mode.

## Purpose

Use this prompt when adding one small feature to a lightweight documentation, script, test, prompt-template, or workflow-teaching repository while keeping the change reviewable.

## Inputs To Fill

| Input | Description | Example |
| --- | --- | --- |
| `{feature}` | The feature to add. | `Add a docs freshness checklist` |
| `{user_value}` | What users can do after the feature exists. | `Maintainers can audit stale product claims` |
| `{files_to_inspect}` | Files the agent should read first. | `README.md`, `scripts/repo_health_check.py` |
| `{allowed_scope}` | Files or modules that may change. | `docs/`, `scripts/repo_health_check.py`, related tests |
| `{excluded_scope}` | Explicitly forbidden files/actions. | `No workflow YAML or dependencies` |
| `{checks}` | Required validation. | `repo health, safe autofix, unittest` |

## Full Prompt

fill the variables

This prompt has 6 variables. Pro fills them into a ready-to-paste prompt for you — no manual find-and-replace.

{feature}{user_value}{files_to_inspect}{allowed_scope}{excluded_scope}{checks}
Unlock with Pro →

when to use it

Community prompt sourced from the open-source GitHub repo Yaked1/ai-lab-codex-workbench (MIT). A "Implement Feature.goal" 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

Yaked1/ai-lab-codex-workbench · MIT