2.1 KiB
2.1 KiB
Flight Plan: Night Shift Phase 3 - Methodology Batch
- Analyst Phase: Research & Verification
- Coder Phase: Implementation
- Tester Phase: Validation
- Memory Phase: RCA & Optimization
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`.