πŸ”Œ

retell

πŸ”ŒPlugin

oborchers/fractional-cto

VibeIndex|
What it does
|

Transform Claude Code conversation transcripts into polished, first-person blog posts through an interactive 5-stage pipeline β€” parse, triage, outline, draft, polish β€” with human editorial gates at every stage

πŸͺ

Part of

oborchers/fractional-cto

Installation

Add marketplace in Claude Code:
/plugin marketplace add oborchers/fractional-cto
Step 2. Install plugin:
/plugin install retell@fractional-cto
0
-
AddedJul 15, 2026

More from this repository10

πŸ”Œ
pedantic-coderπŸ”ŒPlugin

Zero-tolerance code pedantry β€” naming precision, casing law, structural symmetry, import discipline, and the obsessive details that separate clean code from correct code

πŸ”Œ
saas-design-principlesπŸ”ŒPlugin

The holy principles of SaaS design: research-backed, opinionated guidance for building fast, predictable, and progressively powerful SaaS products

πŸ”Œ
deep-researchπŸ”ŒPlugin

Structured deep research methodology for Claude Code -- query decomposition, parallel web research with source verification, hallucination prevention, and synthesis into well-sourced documents

πŸ”Œ
agent-batonπŸ”ŒPlugin

Chain work across two independent agent processes that share no parent session. One agent passes a baton (a completion signal file) when done, optionally carrying a free-form payload; another waits for it, with a deadline, then starts its dependent task. Harness-agnostic protocol β€” each agent picks its own waiting mechanism. The baton tells you when, never what: the payload is content, not instructions. Provides /baton-pass and /baton-wait.

πŸ”Œ
visual-design-principlesπŸ”ŒPlugin

Research-backed visual design principles for websites, presentations, documents, and any visual medium β€” grounded in VisAWI, Gestalt psychology, and empirical aesthetics research

πŸ”Œ
python-packageπŸ”ŒPlugin

Research-backed best practices for building modern, production-grade Python packages β€” project structure, pyproject.toml, typing, testing, CI/CD, documentation, versioning, API design, packaging, security, and developer experience

πŸ”Œ
stress-testπŸ”ŒPlugin

Adversarial plan review using red-team/blue-team agents -- generates what-if questions and grounds answers in plan artifacts with configurable tool scope

πŸ”Œ
planning-toolsπŸ”ŒPlugin

Manage Claude Code's plan-mode artifacts, author multi-phase master planning documents, walk through Open Questions interactively, and synthesize dense progress entries to markdown / Linear / GitHub. Provides /plan-context (pre-load with optional ticket fetch), /plan-master (draft with optional ticket fetch), /plan-open-questions (interactive Open-Questions walkthrough with batch apply), /plan-verify (audit), /plan-tick (auto-tick provenly-achieved phases), /plan-progress (per-branch progress entry with SHA-based idempotency), and /plan-delete (per-session cleanup). Integer-only phases, no sizing, project-agnostic.

πŸ”Œ
markdown-compressorπŸ”ŒPlugin

Compress LLM agent instructions and code documentation markdown files through iterative section-by-section compression with compressor-reviewer loop β€” lossless structural optimization and lossy semantic compression modes, with auto-approve for hands-off operation

πŸ”Œ
api-design-principlesπŸ”ŒPlugin

Research-backed, opinionated guidance for designing world-class RESTful APIs β€” routes, naming, errors, auth, caching, webhooks, and more, distilled from Stripe, GitHub, Twilio, Shopify, Google, and Microsoft