This folder contains the original design documents, specs, and build prompts used to develop Jobseek — entirely with AI-assisted development using Claude Code.
They are kept here for transparency and as a reference for anyone learning AI-led development workflows.
| # | Document | What It Covers |
|---|---|---|
| 01 | Build Plan | The multi-phase Claude Code build plan — how the entire app was scaffolded, feature by feature |
| 02 | Extension Build Prompt | The prompt and spec used to build the Chrome extension for LinkedIn signal detection |
| 03 | Apollo Integration Spec | People discovery API integration design (Apollo.io free tier) |
| 04 | Signal Intelligence Spec | The feature spec for network signal detection — problem statement, taxonomy, scoring |
| 05 | Product Context | Strategic product context — ICP, positioning, core thesis |
| 06 | Design System | Design tokens, color palette, typography, component patterns |
| 07 | PRD v1 | Original product requirements document |
| 08 | PRD Visual | Visual mockup of the product concept |
Each document served as input to Claude Code during development. The workflow was:
- Write the spec — Define what to build, why, and the constraints
- Feed to Claude Code — Use the spec as context for implementation
- Iterate in conversation — Refine the output through back-and-forth
- Review and ship — Verify the code, test, and commit
This is the same workflow described in the main README and ARCHITECTURE.md.