Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

PM Spec Writer

A Microsoft Teams app that helps Product Managers write and manage product specifications using AI assistance.

Features

  • AI-powered assistance for writing product specifications
  • Template-based spec creation
  • Integration with Microsoft Teams
  • Collaborative editing capabilities
  • Version control for specifications

Contributors

Version history

Version Date Comments
1.0 April 22, 2025 Initial release

Prerequisites

Minimal path to awesome

  1. Clone the repository
  2. Navigate to the da-PMSpecWriter directory
  3. Install dependencies:
    npm install
  4. Configure your environment variables
  5. Start the development server:
    npm start

Configuration

  1. Create a .env file in the env directory
  2. Add the following environment variables:
    BOT_ID=your_bot_id
    BOT_PASSWORD=your_bot_password
    

Development

This project uses:

  • TypeScript
  • React
  • Microsoft Teams Toolkit
  • Azure Bot Framework

Contributing

Please read CONTRIBUTING.md for details on our code of conduct and the process for submitting pull requests.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Disclaimer

THIS CODE IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.