Mohamed Mohamed Said Aly
Community@msaid1976 · Malaysia
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.
Agent Skills by Mohamed Mohamed Said Aly
Showing 15 vetted skills indexed across 1 GitHub repositories.
speckit-checklist
Generate requirements-quality checklists for spec-kit feature specifications.
speckit-constitution
Create or update the project constitution and sync dependent spec-kit templates.
speckit-implement
Executes implementation plans by processing tasks defined in tasks.md.
speckit-taskstoissues
Convert spec-kit tasks into dependency-ordered GitHub issues via the GitHub MCP server.
speckit-clarify
Detects underspecified areas in feature specs and records targeted clarification answers.
speckit-plan
Generates implementation plans and design artifacts from feature specifications using spec-kit templates.
speckit-analyze
Analyzes spec.md, plan.md, and tasks.md for cross-artifact consistency and coverage gaps.
speckit-specify
Generate feature specifications from natural language descriptions using spec-kit templates.
speckit-tasks
Generates dependency-ordered tasks.md checklists from spec-kit design documents.
speckit-git-remote
Detects the Git remote URL and parses GitHub repository owner and name.
speckit-git-validate
Validates that the current Git branch follows spec-kit feature branch naming conventions.
speckit-git-initialize
Initialize a Git repository with an initial commit in spec-kit projects.
speckit-git-feature
Creates a numbered git feature branch from a specification description.
speckit-git-commit
Automates git staging and committing after Spec Kit command hooks complete.
smartroute-ai
Guides spec-driven development of a multi-solver TSP routing optimization SaaS platform.
Frequently Asked Questions About Mohamed Mohamed Said Aly
FAQPage SchemaWhat 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.