44 lines
2.1 KiB
Org Mode
44 lines
2.1 KiB
Org Mode
#+TITLE: Flight Plan: Night Shift Phase 3 - Methodology Batch
|
|
#+ID: flight-plan-night-shift-phase-3
|
|
#+FILETAGS: :plan:psf:lisp:methodology:
|
|
|
|
* Analyst Phase: Research & Verification
|
|
** TODO Verify `org-agent:kernel-log` existence and signature.
|
|
** TODO Verify `emacs --batch` tangling capability.
|
|
** TODO Verify `sbcl` syntax checking capability.
|
|
** TODO Identify the exact project structure for `../projects/<skill-name>/src/logic.lisp`.
|
|
|
|
* Coder Phase: Implementation
|
|
** TODO Fix `org-skill-architect.org`
|
|
- [ ] Update tangle paths to `../projects/org-skill-architect/src/architect-logic.lisp`.
|
|
- [ ] Ensure `architect-actuate` accepts `(action context)`.
|
|
- [ ] Use `org-agent:kernel-log`.
|
|
** TODO Implement `org-skill-tech-analyst.org`
|
|
- [ ] Update tangle paths to `../projects/org-skill-tech-analyst/src/analyst-logic.lisp`.
|
|
- [ ] Implement `tech-analyst-actuate` to write TDD test files.
|
|
- [ ] Use `org-agent:kernel-log`.
|
|
** TODO Implement `org-skill-tdd-runner.org`
|
|
- [ ] Update tangle paths to `../projects/org-skill-tdd-runner/src/runner-logic.lisp`.
|
|
- [ ] Implement `run-tests-for-project` using ASDF or external shell.
|
|
- [ ] Use `org-agent:kernel-log`.
|
|
** TODO Implement `org-skill-self-fix.org`
|
|
- [ ] Update tangle paths to `../projects/org-skill-self-fix/src/repair-logic.lisp`.
|
|
- [ ] Implement `self-fix-apply` using the Shell Actuator or direct write.
|
|
- [ ] Use `org-agent:kernel-log`.
|
|
** TODO Implement `org-skill-scientist.org`
|
|
- [ ] Update tangle paths to `../projects/org-skill-scientist/src/scientist-logic.lisp`.
|
|
- [ ] Implement `scientist-hypothesis` neural prompt.
|
|
- [ ] Use `org-agent:kernel-log`.
|
|
** TODO Implement `org-skill-chaos.org`
|
|
- [ ] Update tangle paths to `../projects/org-skill-chaos/src/chaos-logic.lisp`.
|
|
- [ ] Implement `chaos-stress-test` logic.
|
|
- [ ] Use `org-agent:kernel-log`.
|
|
|
|
* Tester Phase: Validation
|
|
** TODO Tangle all files using `emacs --batch`.
|
|
** TODO Verify syntax of all generated `.lisp` files with `sbcl`.
|
|
** TODO Verify that the agent can progress a skill from FROZEN PRD to a TDD proof (Mock/Simulated run if possible).
|
|
|
|
* Memory Phase: RCA & Optimization
|
|
** TODO Distill session into institutional memory in `SOUL.org`.
|