
vasilyu1983/ai-agents-public
2 skills1.4k installs122 starsGitHub
Install
npx skills add https://github.com/vasilyu1983/ai-agents-publicSkills in this repo
1Product Managementproduct-management in this repo is an Agentic AI Orchestration Template for solo builders designing multi-step systems where models decompose work, call tools, and coordinate across roles. You fill a system overview, define each agent’s inputs, outputs, APIs, and memory, then pick a pattern such as planner-executor pipelines, specialized multi-agent teams, or a guardrail critic layer before execution. The skill emphasizes constraints, escalation paths, and measurable success so indie shipping with Claude Code or similar agents does not collapse into ad-hoc prompt chains. Use it when a feature needs reliable decomposition and oversight—not for a single one-shot prompt. It pairs naturally with implementation and review skills once the orchestration doc is stable.738installs2Software Architecture DesignSoftware Architecture Design is an agent skill centered on a system scalability checklist for solo builders shipping SaaS or APIs who must plan for traffic before ops becomes a fire drill. It structures load estimation, prefers horizontal scaling with stateless apps and externalized sessions, and walks through read replicas, sharding keys, and connection pooling with explicit placeholder metrics. Use it when moving from prototype to production-shaped design, or when an agent proposes architecture and you need a disciplined review pass. The skill is checklist-driven rather than a generated diagram tool—fill in RPS, shard counts, and NFR targets per product. It pairs well with validate-phase scoping when you estimate growth, and operate-phase work when you iterate capacity. Complexity is advanced because sharding and HA tradeoffs assume real backend literacy.618installs