tech-scout

Generates a dated technology stack proposal from wiki constraints and 2026 web sources.

Updated Apr 30, 2026
One-click install
npx skills add https://github.com/soli92/soli-projects --skill tech-scout-soli92
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: tech-scout
Source: https://github.com/soli92/soli-projects/tree/main/.cursor/skills/tech-scout
Command: npx skills add https://github.com/soli92/soli-projects --skill tech-scout-soli92

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Choosing or re-evaluating a project's technology stack is time-consuming and risky: teams must reconcile business requirements, regulatory standards, and current ecosystem maturity without overwriting decisions already made. This Skill automates that research while keeping a human approval gate. ## Core Features & Use Cases - Constraint extraction: Reads wiki syntheses, concepts, entities, and kanban epics to collect domain, scale, compliance (GDPR, FHIR, OIDC, SPID, eIDAS, ISO 27001), and data-residency constraints before proposing anything. - Dated web research: Runs focused queries per layer (backend, frontend, database, QA, infra) using only 2026-dated sources, recording version, maturity, and trade-offs for each candidate. - Proposal-only output: Writes raw/tech_stack.md.proposal with citations and alternatives considered, never overwriting raw/tech_stack.md; a human must promote the proposal. - Use Case: Mid-project, you suspect the current Next.js + Supabase stack no longer fits new compliance requirements. Invoke the Skill to produce a sourced proposal that justifies every divergence from the stack already in use. ## Quick Start Ask the agent to run the tech-scout skill to evaluate the current project stack and write a sourced proposal to raw/tech_stack.md.proposal for human review.

Frequently Asked Questions about tech-scout

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a technology stack proposal automatically?▼

Invoke the tech-scout skill when factory.config.yaml has stack_mode set to auto, or call it explicitly. It reads wiki constraints, researches dated 2026 web sources per layer, and writes raw/tech_stack.md.proposal for human review.

How to re-evaluate a project stack mid-development?▼

Run the skill on-demand even after a stack exists. The proposal must justify every divergence from the current stack (e.g., Next.js 16, React 19, Supabase, Vercel) with cited sources and explicit trade-offs.

Does the tech-scout skill overwrite the existing tech_stack.md file?▼

No. The skill only writes raw/tech_stack.md.proposal and never modifies raw/tech_stack.md directly. A human must review the proposal and manually rename it to apply the new stack.

Can the proposal change regulatory standards like GDPR or FHIR?▼

No. Normative standards already present in wiki or raw files are treated verbatim and adopted as-is. The proposal must never replace or diverge from standards such as GDPR, FHIR, OIDC, SPID, eIDAS, or ISO 27001.

What sources are accepted for stack research?▼

Only web sources dated 2026, preferably from the latest quarter, are accepted. Sources without a date or published before 2025 are discarded, and every stack choice requires at least one cited source with access date.