Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>vscode-SprintDeskNew to Visual Studio Code? Get it now.
vscode-SprintDesk

vscode-SprintDesk

khmalech mohammed

| (0) | Free
A Visual Studio Code extension for managing sprints and tasks in an agile development workflow
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

vscode-SprintDesk

A productivity extension for managing tasks, epics, backlogs, and sprints directly within Visual Studio Code. SprintDesk helps you organize your development workflow using Markdown files and a simple, intuitive sidebar interface.


🚀 Features

  • Task Management: Create, view, and organize tasks as Markdown files in your workspace.
  • Epics & Backlogs: Group tasks under epics and backlogs for better planning and tracking.
  • Quick Add Command: Use the "Add Quickly" command to create tasks, epics, and backlog entries with a single input.
  • Sprint Planning: Move tasks from backlogs to sprints for active development.
  • VSCode Integration: Access all features from the sidebar and command palette.
  • Markdown Linking: Tasks, epics, and backlogs are interlinked using Markdown for easy navigation.

🛠️ Setup

  1. Clone the Repository:
    git clone https://github.com/khmmamed/vscode-SprintDesk.git
    cd vscode-SprintDesk
    
  2. Install Dependencies:
    npm install
    
  3. Build the Extension:
    npm run compile
    
  4. Open in VSCode:
    • Open the folder in VSCode: File > Open Folder...
    • Press F5 to launch the extension in a new Extension Development Host window.

🤝 How to Collaborate

  1. Fork the repository on GitHub and clone your fork locally.
  2. Create a new branch for your feature or bugfix:
    git checkout -b feature/my-feature
    
  3. Make your changes and commit them with clear messages.
  4. Push your branch to your fork:
    git push origin feature/my-feature
    
  5. Open a Pull Request on GitHub describing your changes.
  6. Discuss and review: Participate in code reviews and address feedback.

Guidelines:

  • Follow the existing code style and structure.
  • Write clear, concise commit messages.
  • Add or update documentation as needed.
  • Test your changes before submitting a PR.

📝 License

This project is licensed under the GNU General Public License v3.0 (GPL-3.0).

Copyright (C) 2024 khmamed

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
 the Free Software Foundation, either version 3 of the License, or
 (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <https://www.gnu.org/licenses/>.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft