Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

cascade-mcp

يحتوي cascade-mcp على 13 من skills المجمعة من bitovi، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
13
Stars
23
محدث
2026-05-01
Forks
3
التغطية المهنية
4 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

cascade-analyze-figma-frame-mcp
المصممون الجرافيكيون

Sub-skill: Analyze a single Figma design frame via the figma-frame-data MCP tool. Use this variant when local files are NOT available (e.g., GitHub cloud Copilot where curl is blocked). Calls figma-frame-data with a batchToken to retrieve image, structure, and context via MCP, then analyzes and returns the analysis as text. No filesystem reads needed — pure MCP.

2026-05-01
cascade-load-linked-resource-content
مطوّرو البرمجيات

Sub-skill: Fetch raw content for one or more URLs via the extract-linked-resources MCP tool. Supports Jira issues, Confluence pages, Google Docs, and Google Sheets. Saves content to .temp/cascade/context/ and appends newly discovered links to to-load.md. Used as a building block by parent skills like generate-questions and write-jira-story.

2026-05-01
generate-behavior-questions
مطوّرو البرمجيات

Generate frame-specific clarifying questions about ambiguous UI behaviors from a Jira epic and its linked Figma designs, Confluence pages, and Google Docs. Uses iterative content loading, parallel Figma frame analysis, and cross-content synthesis to produce targeted behavior questions organized by Figma frame.

2026-05-01
write-jira-story
متخصصو إدارة المشاريع

Write or refine a Jira story description with full context from Figma designs, Confluence docs, Google Docs, and parent epic. Gathers all linked resources, analyzes Figma frames, runs scope analysis, and writes a comprehensive story with User Story Statement, Scope Analysis, Acceptance Criteria (Gherkin), NFRs, and Developer Notes. Uses ☐/✅/❌/❓/💬 scope markers and flips ❓→💬 when answers are found.

2026-05-01
write-next-story-from-shell-story
متخصصو إدارة المشاريع

Write a full Jira story (User Story Statement, Scope Analysis, Acceptance Criteria in Gherkin, NFRs, Developer Notes) from the next unwritten shell story in a Jira epic. Loads only the Figma screens listed in that shell story, runs scope analysis anchored to its scope bullets, generates the full story description, creates a Jira story under the epic, adds blocker links for dependencies, and marks the shell story complete in the epic.

2026-05-01
write-shell-stories
متخصصو إدارة المشاريع

Write or refresh the Shell Stories section of a Jira epic by loading all linked context (Figma, Confluence, Google Docs), analyzing every Figma frame in parallel, running scope analysis, then generating a prioritized list of incremental shell story outlines grouped by user workflow. Preserves completion markers for already-written stories. Uses ☐/⏬/❌/❓ scope markers with SCREENS and DEPENDENCIES per story.

2026-05-01
cascade-analyze-feature-scope
متخصصو إدارة المشاريع

Sub-skill: Produce a Scope Analysis from frame analyses and all gathered context. This is the critical step that takes per-frame analyses + epic context + Confluence/Google Docs + Figma comments and categorizes every feature by scope (☐/✅/⏬/❌/❓/💬). Groups features by user workflow, not by screen. Supports self-healing ❓→💬 flipping on re-runs. Output drives all downstream work (questions, shell stories, story writing).

2026-04-29
cascade-analyze-figma-frame
المصممون الجرافيكيون

Sub-skill: Analyze a single Figma design frame from local files. Reads image.png (vision), structure.xml (component tree), and context.md (comments/annotations) from .temp/cascade/figma/{fileKey}/frames/{name}/. Writes analysis.md. Designed to run as a subagent — no MCP tools needed, pure filesystem.

2026-04-29
cascade-answer-design-questions-post-to-figma
المصممون الجرافيكيون

Interactive Q&A flow for design behavior questions. Asks each question one at a time, collects the user's answer, and posts each Q&A pair as a Figma comment pinned to the correct frame with proper vertical spacing.

2026-04-29
cascade-answer-design-questions-post-to-jira
متخصصو إدارة المشاريع

Interactive Q&A flow for design behavior questions. Asks each question one at a time, collects the user's answer, and incrementally builds a growing Q&A comment on a Jira issue using atlassian-add-comment and atlassian-update-comment.

2026-04-29
cascade-post-design-questions-to-figma
مطوّرو البرمجيات

Post generated design behavior questions as comments on Figma frames. Takes questions organized by frame (from generate-behavior-questions skill) and posts each question as a comment pinned to the correct Figma frame using the figma-post-comment MCP tool.

2026-04-29
cascade-post-design-questions-to-jira
مطوّرو البرمجيات

Post generated design behavior questions as a Jira comment on the source epic/issue. Takes questions organized by frame (from generate-behavior-questions skill) and formats them as a single structured Jira comment with Figma frame links using the atlassian-add-comment MCP tool.

2026-04-29
cascade-summarize-document-content
مدقّقو النصوص ومحرّروها

Sub-skill: Summarize and categorize fetched content from .temp/cascade/context/. Extracts key information, identifies newly discovered links, and writes analysis summaries. Used as a building block by parent skills like generate-questions and write-jira-story.

2026-04-29