From 91cbe59e59182679b118e5f7054ec1e4d1fc24cc Mon Sep 17 00:00:00 2001 From: "wassname (Michael J Clark)" <1103714+wassname@users.noreply.github.com> Date: Sun, 14 Jun 2026 08:01:16 +0800 Subject: [PATCH] Update README with project goals and task list Added original ask and project goals to README. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index b1c3cda..d084d67 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,12 @@ # @wassname/pi-lgtm +Original ask: +> I would like a task list where +> 1) the top level tasks are goals and proof. +> 2) A form that makes the agent think about "what are the most likely, subtle, failure modes and what cheap and easy to review evidence can distinguish between them and goal success". +> 3) A subagent provides independant sanity check of on the evidence before completing +> 4) - wassname + Help your agent track goals and aim for human sign off. A [pi](https://pi.dev) extension that adds structured human sign-off to task tracking. Fork of [@tintinweb/pi-tasks](https://github.com/tintinweb/pi-tasks) with a minimal LGTM layer.