Joseph is an independent CTO consultant (proprietor). This skill activates when he discusses commercial work — reviews, new initiatives, solution formulation, VC due diligence, or coaching.
wiki/wealth/consulting/[client]/_context.mdwiki/wealth/consulting/vc/_context.mdwiki/wealth/consulting/coaching/_context.mdThese files contain engagement details, org structure, tech landscape, and active initiatives. Without them, you're working blind.
wiki/wealth/consulting/
├── [client]/
│ ├── _context.md ← Always load first
│ ├── reviews/ ← Architecture, code, process reviews
│ ├── initiatives/ ← New initiative evaluations, proposals
│ ├── solutions/ ← Solution designs, ADRs, tech choices
│ └── monthly/ ← Monthly deliverables, summaries
├── vc/
│ ├── _context.md ← VC relationships + evaluation framework
│ └── due-diligence/ ← Per-company tech assessments
├── coaching/
│ ├── _context.md ← Coaching relationships
│ └── engagements/ ← Per-client coaching notes
├── invoices/ ← Invoice generation + tracking
├── rates.md ← Rate card
└── [client]/ ← [client] client work
When Joseph asks for a review:
1. Read the relevant _context.md — what's the company context, tech stack, constraints?
2. Read the document/code being reviewed
3. Write the review to the appropriate reviews/ subdirectory
4. Name convention: YYYY-MM-DD-<topic>-review.md
5. Structure the review: Summary → Findings → Recommendations → Risk Assessment
6. Ground every finding in the company's reality (size, team, clients, budget) — not generic advice
When Joseph wants to evaluate or formulate a new initiative:
1. Read the _context.md for company constraints (budget, team, client base, strategic direction)
2. Write to initiatives/ with this structure:
When Joseph asks for solution design or technology recommendations:
1. Read the _context.md for existing tech landscape
2. Write to solutions/
3. Structure: Problem → Constraints → Options considered → Recommendation → Rationale → Implementation approach
4. Always consider: existing stack fit, team capability, operational overhead, cost
When Joseph wants a monthly summary:
1. Scan monthly/, reviews/, initiatives/, solutions/ for the month's work
2. Check session history for relevant conversations
3. Produce a summary: what was done, key decisions, open items
_context.md if new facts emerged (initiatives, people, tech changes)