Mohamed Mohamed Said Aly avatar

Mohamed Mohamed Said Aly

Community

@msaid1976 · Malaysia

9Followers
|
71Public Repos
|
15Published Skills

Spec-driven development skills for GitHub Spec Kit projects, covering feature specification, planning, task generation, Git branch management, and the SmartRoute AI routing optimization SaaS.

Skills Distribution
DomainDeveloper To...Spec-Driven Develo.. (45%)Git Version Contro.. (25%)Requirements Engin.. (15%)Routing Optimizati.. (15%)

Agent Skills by Mohamed Mohamed Said Aly

Showing 15 vetted skills indexed across 1 GitHub repositories.

msaid1976msaid1976

speckit-checklist

Generate requirements-quality checklists for spec-kit feature specifications.

Community
Intermediate
msaid1976msaid1976

speckit-constitution

Create or update the project constitution and sync dependent spec-kit templates.

Community
Intermediate
msaid1976msaid1976

speckit-implement

Executes implementation plans by processing tasks defined in tasks.md.

Community
Advanced
msaid1976msaid1976

speckit-taskstoissues

Convert spec-kit tasks into dependency-ordered GitHub issues via the GitHub MCP server.

Community
Intermediate
msaid1976msaid1976

speckit-clarify

Detects underspecified areas in feature specs and records targeted clarification answers.

Community
Advanced
msaid1976msaid1976

speckit-plan

Generates implementation plans and design artifacts from feature specifications using spec-kit templates.

Community
Intermediate
msaid1976msaid1976

speckit-analyze

Analyzes spec.md, plan.md, and tasks.md for cross-artifact consistency and coverage gaps.

Community
Advanced
msaid1976msaid1976

speckit-specify

Generate feature specifications from natural language descriptions using spec-kit templates.

Community
Advanced
msaid1976msaid1976

speckit-tasks

Generates dependency-ordered tasks.md checklists from spec-kit design documents.

Community
Intermediate
msaid1976msaid1976

speckit-git-remote

Detects the Git remote URL and parses GitHub repository owner and name.

Community
Basic
msaid1976msaid1976

speckit-git-validate

Validates that the current Git branch follows spec-kit feature branch naming conventions.

Community
Basic
msaid1976msaid1976

speckit-git-initialize

Initialize a Git repository with an initial commit in spec-kit projects.

Community
Basic
msaid1976msaid1976

speckit-git-feature

Creates a numbered git feature branch from a specification description.

Community
Intermediate
msaid1976msaid1976

speckit-git-commit

Automates git staging and committing after Spec Kit command hooks complete.

Community
Intermediate
msaid1976msaid1976

smartroute-ai

Guides spec-driven development of a multi-solver TSP routing optimization SaaS platform.

Community
Advanced

Frequently Asked Questions About Mohamed Mohamed Said Aly

FAQPage Schema
What tasks can I perform with msaid1976's Spec Kit skills?▼

You can create feature specifications from natural language, run clarification passes, generate implementation plans and design artifacts, produce dependency-ordered tasks.md files, analyze cross-artifact consistency across spec.md, plan.md, and tasks.md, execute implementation tasks, and convert tasks into GitHub issues.

Who are these skills designed for?▼

They target software engineers and technical leads practicing spec-driven development with GitHub's Spec Kit, plus developers building the SmartRoute AI multi-solver routing optimization SaaS, including its FastAPI backend, Celery queues, Next.js dashboard, and TSP solver implementations.

What are the prerequisites for using these skills?▼

Every skill requires an existing spec-kit project structure containing a .specify/ directory. The Git skills additionally operate on a Git repository, and speckit-taskstoissues requires GitHub integration with a detectable remote URL.

How do the Git-related skills fit into the development process?▼

They initialize repositories with an initial commit, create feature branches using sequential or timestamp numbering, validate that branch names follow feature naming conventions, detect the Git remote URL for GitHub integration, and auto-commit changes after each Spec Kit command finishes.

What does the smartroute-ai skill cover?▼

It assists with SmartRoute AI, a multi-solver routing optimization SaaS: phase planning, adding new solvers via the BaseSolver interface, writing TSP algorithms, building the FastAPI backend, wiring Celery queues, designing the Next.js dashboard, and advancing between Spec Kit phases.