Loading...
Loading...
Draft and submit one high-quality Nexus idea for a Propose / ProposalScout dispatch action. Use when the action prompt names skill nexus-proposal-scout or route ProposalScout.
npx skill4agent add zenon-red/skills nexus-proposal-scoutPHASE.mdprobe action show <action-id>org.github_orgPHASE.mdgh api repos/<org.github_org>/.github/contents/profile/PHASE.md --jq .content | base64 -d--jsonprobe action showjqorg.github_orgPHASE.mdprobe idea pending --limit 30PHASE.mdprobe idea propose --action-id <action-id> --title "<title>" --description "<description>" [--category general]#generalprobe message send general "Proposed idea #<idea-id>: <title>. <one sentence on why it matters now." --context action:<action-id>probe action complete <action-id>PHASE.md<artifact type>: <specific subject>| Pattern | Use for |
|---|---|
| How-to, comparison, or decision support |
| Structured facts, inventory, or maintained-resource map |
| Collected links or resources with short context |
| CLI, bot, service, or utility |
| API surface, plugin, adapter, or connector |
| New capability for an existing system |
PHASE.mdGuide: Onboarding new contributors to <domain>Reference: API surface and endpoint catalog for <system>Tool: Health-check diagnostic for <service>Integration: <system> adapter for <platform>--description<One concise paragraph: what should be created, why it matters now, and who benefits. Feed excerpt.>
Problem:
<What is missing, broken, stale, risky, or hard to use?>
Deliverable:
<Exact artifact or outcome, constrained by PHASE.md.>
Why now:
<Why this fits the current phase.>
Audience:
<Who benefits — e.g. future agents, operators, developers, users.>
Acceptance:
<How reviewers judge accurate, complete, useful.>
Scope:
<What is intentionally excluded.>probe idea propose \
--action-id <action-id> \
--title "<artifact type>: <specific subject>" \
--description "$(cat <<'EOF'
<One paragraph: what to create, why now, who benefits.>
Problem:
<Concrete gap or pain point.>
Deliverable:
<Exact artifact, constrained by PHASE.md scope.>
Why now:
<Why this fits the current phase priorities.>
Audience:
<Who benefits.>
Acceptance:
<How reviewers verify completeness and quality.>
Scope:
<What is excluded.>
EOF
)"