A lightweight RFC process for solo developers working with AI agents. Prevents premature complexity by forcing problem-first thinking before jumping to solutions. Use when the user is considering introducing new tools, libraries, architectural patterns, or infrastructure. When they're weighing a significant technical decision. Triggers on phrases like "should I add X", "I'm thinking about introducing Y", "is this overkill", "do I need X", "is X worth it", "/rfc", or when the user is about to adopt a tool/pattern without first articulating the problem it solves.
Overall
score
90%
Does it follow best practices?
Validation for skill structure
A structured decision-making process for solo developers. Prevents over-engineering by requiring problem-first thinking before adopting new tools, patterns, or infrastructure.
Execute these four stages in order. Do not skip stages. Each stage produces a specific output before moving on.
Goal: A crisp 1-2 sentence problem statement.
Ask the user to articulate the actual problem, not the solution they're considering. Many technical decisions start from "I should add X" rather than "I'm struggling with Y." This stage forces the reframe.
Ask clarifying questions:
Push back gently if the user jumps to solutions. Redirect with: "Before we evaluate that option, let's nail down what problem it would solve."
Conclude this stage by writing out a clear problem statement and confirming it with the user.
Goal: A grounded list of options with honest trade-off assessments.
Before researching solutions, understand what already exists:
Use subagents for parallel research when investigating multiple options.
For each option, assess:
Always include "Do nothing / minimal manual approach" as Option A. This is the core anti-premature-complexity mechanism. Describe what "do nothing" actually looks like in practice - it's rarely as bad as it seems.
Challenge assumptions throughout:
Goal: A clear decision the user is confident in.
Present a comparison of options. Include a recommendation with reasoning. Apply the complexity filter: "Is this the simplest thing that could work for your current scale?"
Frame the recommendation honestly:
Get the user's explicit decision before proceeding to documentation.
Goal: A persistent decision record in the project repository.
Write the RFC document using the template in references/rfc-template.md.
Save to: docs/decisions/RFC-YYYY-MM-DD-title.md (using today's date and a kebab-case title derived from the problem).
Create the docs/decisions/ directory if it doesn't exist.
This document serves as future reference for "why did we do it this way?" - valuable context when revisiting the decision later or when onboarding collaborators.
Install with Tessl CLI
npx tessl i nickrowlandocom/solo-rfc