Your signal radar
We are building a working radar together. This is everything you need to run it again next day, on your own.
The idea in one line:
Feed is a stream of things happening in your market.
Your brain decides which of them are signals worth acting on.
Simplified to run only via prompts in Cowork.
The morning’s loop (pull → compile) built the brain.
Now we are going to point it at the outside world: collect a live feed, then score it against the brain.
What you need
- 01
Claude Code, in Cowork. You just chat with it.
- 02
A folder to work in. In the workshop that’s the cloned gtm-week-workshop repo.
- 03
Your brain. Your ICP, offer, and the trigger types you care about.
- 04
A feed. One feed URL tied to your market (example below).
Collect
Paste this into Cowork, with your feed URL dropped in:
Collect the stream
Fetch this RSS feed and save the recent items so I can review them.
Feed: [YOUR RSS URL]
Save all items from the last 7 days into one file: signals/<today's date>/raw.md
(leave older dated folders untouched). List one item per entry, each with:
title, date, link, and the full summary text.
Then tell me how many you saved.