skills/cali-product-workflow/skills-workflow/cali-shape-up/SKILL.md
[Cali] Shape Up product planning skill. Use when you want to shape a product proposal using the Shape Up method. Produces a shaped proposal with problem, solution, scope (IN/OUT), and risks. Can be used standalone or as part of the cali-product-workflow.
npx skillsauth add renatocaliari/agent-sync-public-skills cali-shape-upInstall 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 Shape Up planning phase. It can be used:
Before shaping, use parallel task execution to map context:
Read the references/ files to guide the process:
| File | Covers |
|---|---|
| references/SHAPING-COMPLETE.md | Context, clarification, responsibilities |
| references/SHAPING-PRINCIPLES.md | Core shaping principles |
| references/RISK-ANALYSIS.md | Risk analysis and strategic alternatives |
| references/EXECUTION-GUIDE.md | Sequencing, persistence, cross-domain adaptation |
| references/proposal-structure.md | Output structure for the shaped proposal |
| references/output-expectations.md | Strong vs weak output criteria |
Then follow the Shape Up process:
Save the shaped proposal to:
.cali-product-workflow/{YYYY-MM-DD}/{_dir}/specs/spec-product_v{N}.md
See references/proposal-structure.md for the expected output format.
If any capability is unavailable, adapt using whatever tools your environment provides. The intent behind each step matters more than the exact tool name.
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.
tools
Create GitHub releases following project conventions. Triggers when: user says 'release', 'create release', 'push release', 'deploy to main', 'merge to main', user merges a PR to main, or when git push to main is detected. Also triggers on mentions of: gh release, semver, version bump, changelog, release-please. Covers: config-driven (read .release.yml and execute) and fallback (gh CLI) release flows, versioning rules, tag management, and the mandatory release-on-merge convention.