romiluz13
- 59 skills
- 0 followers
- 4 hours ago last updated
- ▌ Call Debrief 2 · romiluz13Post-call debrief. Captures notes, maps to qualification framework, drafts follow-up email. Trigger with "just got off a call with [company]", "debrief [company]", "call notes for [company]", "I just spoke with [name]", "post call [company]", or "update qualification for [company]".
- ▌ Discovery Prep 2 · romiluz13Builds a complete meeting brief before any sales call. Never walk in blind. Trigger with "prep me for [company]", "meeting prep for [company]", "call prep [company]", "prepare for my call with [company]", "going into a call with [company]", or "what should I know before [company]".
- ▌ Signal Scoring 2 · romiluz13Scans territory for buying signals, weights by ICP tier, and surfaces a prioritized action list. Trigger with "score my territory", "territory health", "what's hot this week", "prioritize my accounts", "rank my accounts", or "where should I focus".
- ▌ Social Selling 2 · romiluz13LinkedIn engagement ladder and weekly social plan for warming up accounts before cold outreach. Trigger with "LinkedIn plan for [company]", "social selling plan for [company]", "warm path for [company]", "engagement plan for [company]", or "weekly social plan".
- ▌ Write Outreach 2 · romiluz13 bundleDrafts hyper-personalized outreach across all 4 channels. Always reads research file first. Never generic. Trigger with "write outreach for [contact] at [company]", "cold email to [name]", "LinkedIn message for [contact]", "cold call script for [company]", or "outreach for [contact]".
- ▌ Objection Mining 2 · romiluz13Aggregates objections from call notes across territory and builds a living response library. Trigger with "what are they pushing back on", "objection library", "log this objection", "what objections am I seeing", "objection patterns", or "update my objection library".
- ▌ Prospect Research 2 · romiluz13Full account research sweep using live data. Trigger with "research [company]", "deep scan [company]", "what's the hook for [company]", "who should I target at [company]", "add account [company]", or "tell me about [company]".
- ▌ Icp Matrix Builder 2 · romiluz13Scores accounts on 5 ICP dimensions and assigns tier. Feeds signal-scoring weighting. Trigger with "score [company] on ICP", "tier assignment for [company]", "update ICP matrix", "who fits best in my territory", "ICP score for [company]", or "tier this account".
- ▌ Project Helper · romiluz13Helps with common project tasks like setup, configuration, and troubleshooting. Use when user asks about project structure, dependencies, common issues, or says "help me understand this project".
- ▌ Ddd · romiluz13Use DDD for coding tasks: discover the official documentation needed for the requested behavior, plan with cited snippets, keep one persistent task note, implement, and compare code against the sources. Also use when resuming work or debugging unexpected behavior that challenges an implementation assumption.
- ▌ Ddd Book · romiluz13Use only when explicitly asked to initialize or maintain the optional experimental Proofline CLI Book, references, or compatibility artifacts.
- ▌ Ddd Scope · romiluz13 bundleDiscover the documentation needed for a coding task's behavior and constraints. Use for documentation discovery only, including relevant language rules and interactions between technologies.
- ▌ Ddd Ground · romiluz13Produce a documentation-grounded plan with cited decisions and integration snippets, save its research, or continue an authorized implementation.
- ▌ Ddd Verify · romiluz13 bundleCompare finished code against requirements and applicable official docs, research unexplained discrepancies, correct authorized changes, and run affected checks. Use for verification or review of an implementation.
- ▌ Ddd Exception · romiluz13Use only when explicitly asked to manage a waiver, goal, or open obligation in the optional experimental Proofline CLI. Missing documentation in an ordinary coding task is handled by DDD discovery.
- ▌
- ▌ Cc P4p Router · romiluz13THE ONLY ENTRY POINT FOR CC-P4P. This skill MUST be activated for ANY product management task - never skip. Use this skill when: writing specs, synthesizing research, planning roadmaps, drafting stakeholder updates, defining metrics, or ANY PM request. Triggers: spec, prd, feature, requirement, user story, acceptance criteria, research, interview, feedback, survey, competitive, persona, insight, roadmap, priority, plan, timeline, rice, moscow, okr, quarter, update, status, stakeholder, announcement, launch, report, metric, kpi, dashboard, retention, conversion, north star, product, pm, brainstorm. CRITICAL: Execute workflow immediately. Never just describe capabilities.
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌ Pi Rpc Sdk · romiluz13 bundlePi headless RPC JSONL over stdin/stdout, strict LF framing, --mode json event streaming, and Node SDK alternatives (AgentSession). Use when integrating pi --mode rpc, pi --mode json, writing a client that speaks the protocol, reading JSON event streams, or choosing RPC vs in-process SDK. Use for "pi rpc client", "JSONL framing", "readline rpc", "--mode json", "json events", "embed pi without subprocess", "createAgentSession", "AgentSessionRuntime", "ModelRegistry", "embed pi", "SDK factory", even if the user only pasted JSON lines.
- ▌
- ▌ Pi CLI Workspace · romiluz13 bundlePi terminal agent workspace — install, /commands, sessions, compaction, settings.json, AGENTS.md, skill discovery, precedence, session JSONL, /tree, providers/auth, models.json, credential resolution, platform setup, editor (@file, Tab, images, !bash), message queue (steering, follow-up), built-in tools (read/bash/edit/write/grep/find/ls, --tools, --no-tools), print mode (-p, piped stdin), SYSTEM.md/APPEND_SYSTEM.md, CLI flags (-c, -r, --session, --fork, --no-session), @files args, resource flags (--no-extensions, --no-skills), model shorthand (provider/id, name:thinking), all slash commands, env vars, philosophy (no MCP/sub-agents/plan-mode by design). Use for pi config, skills, sessions, compaction, providers, models, tmux, Termux, Windows, tools, modes, system prompt, message queue, or "does pi support X".
- ▌ Pi Customization · romiluz13 bundlePi coding agent customization — Themes, Keybindings, Prompt Templates, System Prompt overrides, and Settings. Use when configuring or modifying the visual appearance, UI colors, keyboard shortcuts, prompt templates, or the default system prompt behavior of the pi terminal agent. Use for "custom theme pi", "change keybindings", "modify system prompt", "SYSTEM.md", "APPEND_SYSTEM.md", "settings.json", "keybindings.json", "prompt template", even if pi-cli-workspace is already active.
- ▌
- ▌ Pi Package Authoring · romiluz13 bundlePi packages — npm/git distribution of extensions, skills, prompts, themes via keywords pi-package and package.json pi manifest; pi install paths and security expectations. Use when shipping or consuming pi-package, adding pi.skills entries, or explaining install vs project-local -l. Use for "publish pi skills on npm", "pi install", "pi-package.json", even without naming this skill.
- ▌ Pi Extension Authoring · romiluz13 bundleAuthoring Pi TypeScript extensions — ExtensionAPI, custom tools, commands, UI hooks, resources_discover, `registerProvider()`, and how extendResources merges skill paths after base reload. Use when the user builds or debugs pi extensions, registers tools, adds /commands, hooks events, integrates TUI components, or ships extension examples. Use for "how do I extend pi", "extension API", "registerTool", "registerProvider", even if pi-mono is not mentioned.
- ▌ Call Debrief · romiluz13Post-call debrief. Captures notes, maps to qualification framework, flags gaps, drafts follow-up email. Use when: just got off a call, have call notes to process, need to capture discovery output, want to update qualification status, need a follow-up email, or want to update CRM notes. Triggers: debrief, call notes, just got off, post call, call recap, capture notes, what happened, update MEDDPICC, follow up email after call, notes from meeting, call summary, discovery notes, I just spoke with.
- ▌ Discovery Prep · romiluz13 bundleBuilds a complete meeting brief before any discovery, intro, or follow-up call. Never walk in blind. Use when: preparing for a discovery call, intro meeting, follow-up, or AE-led meeting. Includes: exec summary, agenda, qualification gap analysis, key questions, objections, proof points. Triggers: prep, meeting prep, discovery prep, prepare for, call prep, before meeting, discovery call, intro meeting, meeting brief, what should I know, going into a call, prep me.
- ▌ Signal Scoring · romiluz13Scans territory for buying signals, weights by ICP tier, surfaces prioritized action list. Use when: prioritizing which accounts to focus on this week, scanning for hot signals, doing a territory health check, or deciding where to spend outreach energy. Triggers: score signals, territory health, what's hot, signal scan, prioritize accounts, rank accounts, territory snapshot, hot accounts.
- ▌ Social Selling · romiluz13LinkedIn engagement ladder and weekly social plan for warm-path account progression. Use when: planning LinkedIn engagement for an account, building a warm path before cold outreach, creating a weekly social selling plan, or identifying content-based conversation starters. Triggers: linkedin plan, social selling, engagement plan, warm path, content plan, weekly plan, linkedin strategy, social outreach, engagement ladder.
- ▌ Write Outreach · romiluz13 bundleDrafts hyper-personalized outreach across all 4 channels. Always reads research file first. Never generic. Use when: writing LinkedIn connection requests, InMail, cold emails, cold call scripts, follow-up messages, or any outreach for a specific contact at an account. Triggers: write outreach, draft message, cold call, cold email, LinkedIn message, InMail, email sequence, follow up, outreach for, message to, reach out to, contact script, call script, sequence.
- ▌ Deal Strategist · romiluz13Diagnoses stuck deals and builds a 3-move recovery strategy using MEDDPICC scoring and targeted frameworks. Use when: deal is stalled, competitive threat identified, single-threaded, or process has stopped. Triggers: deal strategy, deal review, stuck deal, advance this deal, competitive play, challenger approach, deal health, how do I win this, competitive strategy, how to advance, deal blocked, reframe strategy.
- ▌ Objection Mining · romiluz13Aggregates objections from call notes across territory. Builds a living response library. Use when: logging a new objection, reviewing objection patterns, building response templates, or understanding what pushback is most common in your territory. Triggers: log objection, objection library, common pushback, what objections, track objection, objection pattern, add to objection library, objection trend, what are they pushing back on.
- ▌ Pipeline Analyst · romiluz13Reviews full pipeline, assigns forecast categories by MEDDPICC score, calculates coverage and velocity. Use when: doing a pipeline review, preparing a forecast, checking territory health, or finding at-risk deals. Triggers: pipeline review, forecast review, pipeline health, deal health check, commit list, best case list, forecast, coverage analysis, what's my number, pipeline at risk, inspect pipeline, weekly forecast.
- ▌ Prospect Research · romiluz13Full account research sweep. Uses internal knowledge + live web data to build research file and account-brief. Use when: researching a new account, refreshing intel before outreach, understanding tech stack, finding the right contacts, identifying buying signals, or building an account-brief. Triggers: research, scan, deep scan, intel, company overview, tech stack, who should I target, find contacts, what do we know about, prospect, account brief, initial research, new account, add account, what's the hook.
- ▌ Icp Matrix Builder · romiluz13Scores accounts on 5 ICP dimensions and assigns tier. Feeds signal-scoring weighting. Use when: scoring a new account against your ICP, updating the territory tier list, deciding which accounts to prioritize, or building an initial ICP profile from scratch. Triggers: icp score, tier assignment, update icp, icp matrix, who fits best, score account, qualify account, tier this account.
- ▌ Proposal Strategist · romiluz13Builds a three-act proposal narrative with win themes and executive summary from discovery notes. Use when: deal is qualified (MEDDPICC 20+) and seller needs to write a formal proposal or business case. Triggers: proposal, write proposal, build proposal, proposal narrative, executive summary, business case, win themes, three-act proposal, proposal strategy, proposal draft, write the business case.
- ▌ Team Lead · romiluz13 bundleLead an agent team through an ongoing project. Use for project and team onboarding, autonomous team leadership, delegation, coaching, reflection, and continuity across sessions with user-provided agents. Adapts to the team's models, communication tools, and chosen working methodology.
- ▌ Rombot CLI · romiluz13 bundleAsk the AI Agents community brain a question — get grounded, cited answers from ~4,000 members' tips, repos, discussions, and gotchas while you code.
- ▌ Memory And Handoff · romiluz13Two-mode skill: (1) session memory — load/persist durable workflow state under .cc10x/ (activeContext, patterns, progress) so context survives compaction; (2) handoff package — portable, secrets-redacted export for a coworker, different tool, or fresh non-cc10x session.
- ▌ Codebase Hygiene · romiluz13Two-mode skill: (1) find semantic duplicates — functions doing the same thing under different names, invisible to copy-paste detectors; (2) deepen shallow modules — thin wrappers and pass-through layers that spread complexity. Advisory and read-only; changes route through BUILD with full gates.
- ▌ Diff Driven Docs · romiluz13Use when a BUILD phase completes, a commit is staged, or a PR is about to be created, and the diff has not yet been reflected in documentation. Also use when the user says "update docs", "sync docs", "document this", or asks whether documentation is up to date.
- ▌ Plan Review Gate · romiluz13Use after saving a non-trivial plan or decision RFC when a fail-closed feasibility, completeness, and alignment review must block execution.
- ▌ Domain Modeling · romiluz13 bundleActively build and sharpen a project's domain model — challenge terms against the glossary, sharpen fuzzy language, stress-test with edge-case scenarios, update CONTEXT.md inline, and offer ADRs sparingly. The active discipline loaded by language-shaping agents (planner, doc-syncer, exploration). Builders load a read-only/obey variant: they read CONTEXT.md and obey it, emitting a proposal on contradiction rather than resolving it. See the Active vs read-only section for which mode applies.
- ▌ Agent Common · romiluz13Shared preamble loaded by all cc10x agents — memory protocol, contract format, output rules.
- ▌ Cc10x Router · romiluz13THE ONLY ENTRY POINT FOR CC10X. Activate this skill for build, debug, review, and plan requests. Use when the user asks to implement, fix, review, plan, test, refactor, or continue code work. Trigger keywords: build, implement, create, write, add, review, audit, debug, fix, error, bug, broken, plan, design, architect, spec, brainstorm, test, refactor, optimize, update, change, research, cc10x, c10x. CRITICAL: Route and execute immediately. Do not stop at describing capabilities.
- ▌ Cc10x Guide · romiluz13Answers questions about cc10x itself — what it is, how to install and configure it, how the router, workflows, memory, and hooks operate, and how to troubleshoot. Use this skill when: the user asks ABOUT cc10x — "what is cc10x", "how do I configure cc10x", "why isn't cc10x activating", "how do cc10x workflows work", "how does cc10x memory work", "cc10x troubleshooting". NOT for performing work: "set up cc10x for me", build, debug, review, or plan requests route to cc10x-router. "Update cc10x" / "upgrade cc10x" route to the update skill. This skill answers questions; it never edits project code, never writes files, never runs workflows. Triggers: what is cc10x, cc10x help, cc10x guide, how to use cc10x, configure cc10x, cc10x setup, cc10x faq, cc10x troubleshooting, cc10x not working, cc10x not activating.
- ▌ Exploration · romiluz13Two-mode exploration skill: (1) design dialogue — turn rough ideas into validated designs through collaborative interview before planning; (2) spike — throwaway code answering ONE design question, deleted or absorbed, never shipped. Router invokes mode via dispatch context.
- ▌ Debugging · romiluz13Debugging discipline: feedback loop FIRST, root cause before fix, blast radius after fix. Covers the 10-rung construction ladder, LSP-powered tracing, hypothesis quality criteria, and four-phase investigation. Loaded by bug-investigator.
- ▌ Building · romiluz13Implementation skill for writing production code with TDD. Covers the RED-GREEN-REFACTOR cycle, false-RED detection, vertical slicing, scope escalation, test process discipline, and code generation patterns. Loaded by component-builder and bug-investigator.
- ▌ MCP CLI · romiluz13Use when you need a one-off MCP server capability during research or debugging without permanently mounting it as a context-polluting integration.