From b8025d22c16dd92d51a5b37f17aab02f809a3c75 Mon Sep 17 00:00:00 2001 From: Priyansu Date: Mon, 7 Jul 2025 21:08:15 +0530 Subject: [PATCH 1/2] Correct 'Assuma' to 'Assume' in .claude/commands/generate-prp.md: : closes #2 --- .claude/commands/generate-prp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.claude/commands/generate-prp.md b/.claude/commands/generate-prp.md index e1b4ac8be1..48a465c904 100644 --- a/.claude/commands/generate-prp.md +++ b/.claude/commands/generate-prp.md @@ -4,7 +4,7 @@ Generate a complete PRP for general feature implementation with thorough research. Ensure context is passed to the AI agent to enable self-validation and iterative refinement. Read the feature file first to understand what needs to be created, how the examples provided help, and any other considerations. -The AI agent only gets the context you are appending to the PRP and training data. Assuma the AI agent has access to the codebase and the same knowledge cutoff as you, so its important that your research findings are included or referenced in the PRP. The Agent has Websearch capabilities, so pass urls to documentation and examples. +The AI agent only gets the context you are appending to the PRP and training data. Assume the AI agent has access to the codebase and the same knowledge cutoff as you, so its important that your research findings are included or referenced in the PRP. The Agent has Websearch capabilities, so pass urls to documentation and examples. ## Research Process From d3a3ca4bd6057e13a1e9d84e6f3077cd14001129 Mon Sep 17 00:00:00 2001 From: Priyansu Date: Mon, 7 Jul 2025 21:13:20 +0530 Subject: [PATCH 2/2] Correct 'Fullfill' to 'Fulfill' in .claude/commands/generate-prp.md --- .claude/commands/generate-prp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.claude/commands/generate-prp.md b/.claude/commands/generate-prp.md index 48a465c904..d68772cfb1 100644 --- a/.claude/commands/generate-prp.md +++ b/.claude/commands/generate-prp.md @@ -38,7 +38,7 @@ Using PRPs/templates/prp_base.md as template: - Start with pseudocode showing approach - Reference real files for patterns - Include error handling strategy -- list tasks to be completed to fullfill the PRP in the order they should be completed +- list tasks to be completed to fulfill the PRP in the order they should be completed ### Validation Gates (Must be Executable) eg for python ```bash