jup-roadmap
星标13
分支3
更新时间2026年4月17日 01:18
Use when iterating on the jup roadmap, brainstorming new features, or refining existing ideas into specs.
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Use when iterating on the jup roadmap, brainstorming new features, or refining existing ideas into specs.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Create a custom Gemini agent by defining its system prompt, tools, and configuration in a markdown file.
Use when analyzing the jup codebase, identifying technical debt, suggesting architectural improvements, or ensuring high engineering standards.
| name | jup-roadmap |
| description | Use when iterating on the jup roadmap, brainstorming new features, or refining existing ideas into specs. |
This skill helps AI agents iterate on the jup roadmap, brainstorm new features, and refine existing ideas into specs.
backlog/roadmap.md to understand the current state and future plans.jup aims to be a lightweight and intuitive tool. Avoid adding heavy dependencies or "overkill" features (like a GUI or complex background services).~/.jup/).typer and rich for a consistent CLI experience. Use shortcuts (e.g., ls, rm) to improve user productivity.digraph ideation_flow {
"Read backlog/roadmap.md" [shape=box];
"Analyze project context" [shape=box];
"Identify gaps or user needs" [shape=box];
"Propose features/changes" [shape=box];
"Align with jup principles?" [shape=diamond];
"Refine proposal" [shape=box];
"Update roadmap.md" [shape=box];
"Read backlog/roadmap.md" -> "Analyze project context";
"Analyze project context" -> "Identify gaps or user needs";
"Identify gaps or user needs" -> "Propose features/changes";
"Propose features/changes" -> "Align with jup principles?";
"Align with jup principles?" -> "Refine proposal" [label="no"];
"Refine proposal" -> "Align with jup principles?";
"Align with jup principles?" -> "Update roadmap.md" [label="yes"];
}
backlog/roadmap.md.docs/superpowers/specs/.