๐Ÿ— KeyzHub
19Keys ยท community archive
1748 bytes raw
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Progress

**Last Updated:** harness seed (no deliverable work yet)
**Current Objective:** produce the first `funnel-blueprint` deliverable into `workspace/`.
**Recommended Next Step:** draft `workspace/funnel-blueprint.md` targeting the 19Keys 4,591-buyer
ascension problem (MANUAL.md section 9.2), then run
`python3 verify_funnel_psychology.py workspace/funnel-blueprint.md --type funnel-blueprint`.

## Active deliverable
`funnel-blueprint` โ€” status: **todo** (not started)

## Feature sequence
`funnel-blueprint` โ†’ `landing-page-spec` (dep: blueprint) ; `offer-stack` (no deps, can run
in parallel) โ†’ `funnel-audit` (dep: blueprint) โ†’ `split-test-plan` (dep: audit)
(dependencies enforced in `feature_list.json`)

## Last verified
`./init.sh` passes: linter correctly PASSes `samples/good/funnel-blueprint-ziion-ascension.md`
and correctly FAILs `samples/bad/funnel-blueprint-broken.md` (13 named check failures caught).
No deliverable features started yet โ€” `workspace/` is empty.

## Next step
1. Pick `funnel-blueprint` (first `todo`, no deps).
2. Read `MANUAL.md` sections 2-5 for the awareness/sophistication diagnosis and style selector.
3. Write `workspace/funnel-blueprint.md` following the six-section template demonstrated in
   `samples/good/funnel-blueprint-ziion-ascension.md`.
4. Run the verify command from `feature_list.json`; fix every named failure until it exits 0.
5. Run `./init.sh` to confirm no regression, then mark `funnel-blueprint` `done` with evidence.

## Blockers
None.

## Log
- (seed) Harness created: AGENTS.md, feature_list.json, init.sh, verify_funnel_psychology.py,
  samples/good + samples/bad (funnel-blueprint type), 10 playbooks, progress.md,
  session-handoff.md. `./init.sh` verified green.