**3 PRs merged into GitHub's spec-kit here's my open-source journey so far** Over the past week, I've had 3 pull requests merged into github/spec-kit an open-source specification framework. --- 🔹 PR #1: Documentation fix (Mar 31) Found that AGENTS.md was out of sync with the actual agent configuration. Several agents were missing from the docs. Synced everything up so developers aren't confused when onboarding. --- 🔹 PR #2: Community catalog extension (Apr 1) Added the fix-findings extension to spec-kit's community catalog, making it discoverable and installable for all users. --- 🔹 PR #3: argument-hint frontmatter for Claude Code (Apr 3) This was the big one. When users typed slash commands like /speckit-plan in Claude Code, there was no hint about what input the command expects. I built a post-processing pipeline that injects argument-hint into YAML frontmatter for all 9 Claude Code skill commands. Now users instantly see prompts like "Describe the feature you want to specify" right inline. This PR went through: ✅ Multiple rounds of code review with the maintainer ✅ A rebase when upstream merged a major architecture change ✅ 6 targeted tests The maintainer's feedback genuinely improved the final code. --- 📌 What this journey taught me: 💡 Start small (docs fix), build trust, then take on bigger features 💡 Code review isn't criticism it's collaboration 💡 Open source rewards consistency and quality over speed --- 🚀 Currently working on PR #4 adding Table of Contents to generated markdown documents. --- #OpenSource #GitHub #Python #AI #ClaudeCode #SoftwareEngineering #SpecKit #WomenInTech
That's great!
I'm inspired by your insights and the passion you bring to your work. Keep pushing boundaries and making an impact.
Great
keep growing dear.... 👏
Mashallah keep growing 👍
really great work!, 👏 Contributing to open-source is truly a very hectic and hard-working job.
Masha Allah
Nice 👍
Love this journey 👏 Starting small, building trust, then shipping real features — that’s exactly how open source should be done. PR #3 sounds especially impactful… improving developer experience is always a big win. Excited to see PR #4 🚀