skills/cali-product-workflow/skills-workflow/cali-interface-brainstorm/SKILL.md
[Cali] Interface brainstorming skill using the 5 archetypes method. Generates 5 independent proposals plus a hybrid recommendation. Can be used standalone or as part of cali-product-workflow.
npx skillsauth add renatocaliari/agent-sync-public-skills cali-interface-brainstormInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill executes the Interface Brainstorming phase. It can be used:
Read the references/ files to guide the process:
| File | Covers | When to read |
|---|---|---|
| references/INTERFACE-CONTEXT.md | Progressive Clarification, when to use, system equivalents | Before starting — sets behavioral rules |
| references/INTERFACE-RECONSTRUCTION.md | Context reconstruction, hidden job extraction | Before generating — prepare context |
| references/INTERFACE-RULES.md | Separation Rule, Forced Trade-Off Rule, output quality | Before generating — core generation rules |
| references/archetypes.md | 5 archetypes with descriptions | During generation — guide each proposal |
| references/INTERFACE-EVALUATION.md | Evaluation criteria, post-selection integration | After generating — evaluate proposals |
| references/output-format.md | Output format specification | After generating — format output |
| references/hybrid-recommendation.md | Hybrid recommendation strategy | After evaluation — create final recommendation |
references/ and generating a proposal.cali-product-workflow/{YYYY-MM-DD}/{_dir}/interfaces/interfaces_{v}.mdInterface proposals are saved to:
.cali-product-workflow/{YYYY-MM-DD}/{_dir}/interfaces/interfaces_{v}.md
If any capability is unavailable, adapt using whatever tools your environment provides.
development
PocketBase v0.39+ development - API rules, auth, collections, SDK, realtime, files, Go/JS extending, deployment, production tuning.
tools
Auto-initialize structured documentation for any project using lat.md (knowledge graph of markdown files with [[wiki links]], // @lat: code refs, and semantic search). Detects cali-product-workflow artifacts (spec-product.md, spec-tech.md, critiques) and uses them as seed material. Falls back to extracting business rules, architecture, and design decisions directly from the codebase. Use when a project lacks structured documentation or when lat.md/ is missing. After seeding, lat.md extension hooks keep documentation alive automatically.
testing
[Cali] Server security audit and hardening for private servers behind Tailscale. Use when: auditing server security, hardening SSH/firewall/Docker, checking for vulnerabilities, setting up fail2ban, reviewing port exposure, or responding to security alerts. Covers 6 layers: CloudFlare, UFW, Tailscale, SSH, Docker, Application. Triggers: "server security", "security audit", "harden server", "SSH hardening", "firewall rules", "UFW config", "fail2ban", "port security", "Docker security", "vulnerability check", "security review".
tools
Run supply chain security scans before installing packages or before releases. Triggers when: user installs a package (npm, pip, go get, brew), user asks to 'scan dependencies', 'check vulnerabilities', 'supply chain', 'security audit', 'run trivy', 'run socket', or before any release/deployment. Also triggers on mentions of: socket.dev, trivy, OSV-scanner, dotenvx, CVE, dependency audit. Covers all four tools with concrete commands.