Skip to content

Commit 4a0657e

Browse files
Merge pull request #11 from kaithoughtarchitect/add-resume-active-loop-prompt
feat: Add new prompt for resuming active loop
2 parents be65ba7 + 50e4200 commit 4a0657e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/noderr_prompts_guide.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ These are the commands you'll use to manage the project's lifecycle.
3838
| :--- | :--- | :--- |
3939
| **Setup** | `noderr/prompts/NDv1.9__Install_And_Reconcile.md` | Once, after initial build and ZIP extraction |
4040
| **Session** | `noderr/prompts/NDv1.9__Start_Work_Session.md` | At the beginning of every work session to sync the agent. |
41+
| **Session** | `noderr/prompts/NDv1.9__Resume_Active_Loop.md` | If a work session was interrupted, to reconstruct context and resume. |
4142
| **Quality** | `noderr/prompts/NDv1.9__Spec_Verification_Checkpoint.md`| Before Loop 2A, to verify specs for large (10+ node) Change Sets. |
4243
| **Quick Fix** | `noderr/prompts/NDv1.9__Execute_Micro_Fix.md` | For tiny, localized fixes (< 50 lines) that don't require the full loop. |
4344
| **Bugs** | `noderr/prompts/NDv1.9__Handle_Critical_Issue.md` | When something is broken. Guides a formal triage and diagnosis process. |
@@ -78,6 +79,7 @@ These prompts are for setting up and verifying projects, or for performing deep
7879
* **Starting a new project?**`noderr/prompts/Strategic_Blueprint_Designer` → Create project files → Build → Install
7980
* **Just built initial prototype?** → Extract ZIP → `noderr/prompts/Install_And_Reconcile`
8081
* **Starting your work day?**`noderr/prompts/Start_Work_Session`
82+
* **Resuming interrupted work?**`noderr/prompts/NDv1.9__Resume_Active_Loop.md`
8183
* **Large Change Set (10+ NodeIDs)?** → Run `Spec_Verification_Checkpoint` after Loop 1B.
8284
* **Finished with Loop 2A?** → Always run `[LOOP_2B]__Verify_Implementation` audit.
8385
* **Have a new feature idea?**`noderr/prompts/Pre_Flight_Feature_Analysis` → (then start the loop).

0 commit comments

Comments
 (0)