Difference between revisions of "Business Modeling Quarter"

From CNM Wiki
Jump to: navigation, search
(Roles)
(Methods)
Line 69: Line 69:
 
#*[[Lean]]. Also referred to as: lean manufacturing, lean enterprise, lean production. “The core idea is to maximize customer value while minimizing waste. Simply, lean means creating more value for customers with fewer resources.” (Source: Lean Enterprise Institute) The definitions and usage of ‘lean’ vary depending on context and application. The origin of the word in business can be linked back to the 90’s. “Lean manufacturing is a management philosophy derived mostly from the Toyota Production System (TPS)”. (Source: Wikipedia) The key focus is around the reduction of waste whiling focusing on delivering value to the customer.
 
#*[[Lean]]. Also referred to as: lean manufacturing, lean enterprise, lean production. “The core idea is to maximize customer value while minimizing waste. Simply, lean means creating more value for customers with fewer resources.” (Source: Lean Enterprise Institute) The definitions and usage of ‘lean’ vary depending on context and application. The origin of the word in business can be linked back to the 90’s. “Lean manufacturing is a management philosophy derived mostly from the Toyota Production System (TPS)”. (Source: Wikipedia) The key focus is around the reduction of waste whiling focusing on delivering value to the customer.
 
#*[[Bootstrap startup]]. “Bootstrapping involves launching a business on a low budget. Practically this means that you’ll outsource (most likely offshore) your design and development, you‚’ll rent your servers, you won‚’t have an office and you’ll have no salary. Prior to launch, the only expensive professional services which you’ll buy will be your legal advice and accountancy services. Everything else, you’ll have to pick up yourself and learn as you go along.” (Source: RWW) An Example of 3 Stages of a Bootstrap (Source: Ash Maurya): 1. Ideation (Demo) 2. Valley of Death (Sell) 3. Growth (Build) Note that a bootstrap and lean startup have differences and bootstrapping does not mean spending any money. “Bootstrapping and Lean Startups are quite complementary. Both cover techniques for building low-burn startups by eliminating waste through the maximization of existing resources first before expending effort on the acquisition of new or external resources. While bootstrapping provides a strategic roadmap for achieving sustainability through customer funding (i.e. charging customers), lean startups provide a more tactical approach to achieving those goals through validated learning.” (Source: Ash Maurya)
 
#*[[Bootstrap startup]]. “Bootstrapping involves launching a business on a low budget. Practically this means that you’ll outsource (most likely offshore) your design and development, you‚’ll rent your servers, you won‚’t have an office and you’ll have no salary. Prior to launch, the only expensive professional services which you’ll buy will be your legal advice and accountancy services. Everything else, you’ll have to pick up yourself and learn as you go along.” (Source: RWW) An Example of 3 Stages of a Bootstrap (Source: Ash Maurya): 1. Ideation (Demo) 2. Valley of Death (Sell) 3. Growth (Build) Note that a bootstrap and lean startup have differences and bootstrapping does not mean spending any money. “Bootstrapping and Lean Startups are quite complementary. Both cover techniques for building low-burn startups by eliminating waste through the maximization of existing resources first before expending effort on the acquisition of new or external resources. While bootstrapping provides a strategic roadmap for achieving sustainability through customer funding (i.e. charging customers), lean startups provide a more tactical approach to achieving those goals through validated learning.” (Source: Ash Maurya)
#'''[[Action design]]'''. A change process based on systematic collection of data and then selection of a change action based on what the analyzed data indicate.
 
#'''[[AIDA technique]]'''.
 
#'''[[User feedback loop]]'''. Ideas are put in front of users, who provide their feedback, which is used to refine the design, and then the process repeats.
 
  
 
===Instruments===
 
===Instruments===

Revision as of 02:07, 13 April 2018

Business Modeling Quarter (hereinafter, the Quarter) is the first of four lectures of Operations Quadrivium (hereinafter, the Quadrivium):

The Quadrivium is the first of seven modules of Septem Artes Administrativi, which is a course designed to introduce its learners to general concepts in business administration, management, and organizational behavior.


Outline

The predecessor lecture is Business Analysis Quarter.

Recitals

Strategy design is the enterprise effort undertaken in order to design the strategy out of the concepts analyzed during strategy analysis. The design can be divided in four batches:
  1. To discover most feasible concepts analyzed during strategy analysis;
  2. To analyze which of most feasible concepts and how can be arranged in a new strategy;
  3. To approve the new strategy or, at least, its layout and key points;
  4. To formulate the approved strategy for their further implementation or, in other words, as the input for strategy implementation.

Concepts

  1. Product engineering.
  2. Product. A solution or component of a solution that is the result of a project.
  3. Product vision statement. A brief statement or paragraph that describes the why, what, and who of the desired software product from a business point of view.
    • Product vision statement. a high-level description of a product which includes who it is for, why it is necessary and what differentiates it from similar products.
    • Feature. A cohesive bundle of externally visible functionality that should align with business goals and objectives. Each feature is a logically related grouping of functional requirements or non-functional requirements described in broad strokes.
    • Defect. A deficiency in a product or service that reduces its quality or varies from a desired attribute, state, or functionality. See also requirements defect.
  4. Product backlog. A set of user stories, requirements or features that have been identified as candidates for potential implementation, prioritized, and estimated.
    • Backlog. A changing list of product requirements based on the customer’s needs. The backlog is not a to-do list; rather, it is a list of all the desired features for the product. The Agile team uses the backlog to prioritize features and understand which features to implement first.
    • Backlog grooming. The process that occurs at the end of a sprint, when the team meets to make sure the backlog is ready for the next sprint. The team may remove user stories that aren’t relevant, create new stories, reassess priority, or split user stories into smaller tasks. Backlog grooming is both an ongoing process and the name for the meeting where this action occurs (a backlog grooming meeting).
    • Product backlog item (PBI). A single element of work that exists in the product backlog. PBIs can include user stories, epics, specifications, bugs, or change requirements. The product owner of an Agile team compiles and prioritizes the product backlog, putting the most urgent or important PBIs at the top. PBIs comprise tasks that need to be completed during a Scrum sprint—a PBI must be a small enough increment of work to be completed during a single sprint. As PBIs move up to a higher priority in the product backlog, they are broken down into user stories.
    • Product backlog. The list of requirements requested by the customer. The product backlog is not a to-do list; rather, it is a list of all the features the customer has requested be included in the project. The requirements include both functional and non-functional customer requirements, as well as technical team-generated requirements. While there are multiple inputs to the product backlog, it is the sole responsibility of the product owner to prioritize the product backlog. During a Sprint planning meeting, backlog items are moved from the product backlog into a sprint, based on the product owner's priorities.
    • Sprint backlog. A segment of Product Backlog Items (PBIs) that the team selects to complete during a Scrum sprint. These PBIs are typically user stories taken from the product backlog.
  5. Minimum viable product (MVP). A low-cost prototype that measures if an idea attracts interest. (see 6 Steps to Building an MVP to learn more)
    • MVP. Minimum Viable Product. A minimum viable product (MVP) is the "version of a new product which allows a team to collect the maximum amount of validated learning about customers with the least effort" (similar to a pilot experiment)
    • Wizard of Oz minimum viable product (WoOMVP). A version of a product that looks functional, but it actually operated by a human behind the scenes, granting the appearance of automation.
    • Concierge minimum viable product (CMVP). A manual service simulating the same exact steps people would go through with a final product.
    • Piecemeal minimum viable product (PMVP). A functioning model of a product that takes advantage of existing tools and services in order to emulate the user experience process.
  6. Product life cycle.
    • Lifecycle. Important phases in the development of a system from initial concept through design, testing, use, maintenance, to retirement.
  7. Commerce transaction.
  8. Competitive strategy. A formulated strategy for how a strategic business unit is going to compete. This formulation usually states which one of four types of competitive strategies the strategic business unit is going to pursue, what it considers as its competitive advantage or advantages, defines its business model, and may or may not include (a) what products, (c) resulted from what production, (d) at what price, (e) using what presentation and promotion, (f) on what market or markets with regard to the region or regions and/or segment or segments of customers, (g) with what front-end office personnel, (h) with what level of enterprise's support this enterprise is going to offer, as well as (i) what financial results and/or competitors' actions would trigger what changes in those decisions. Rarely, a mature enterprise formulates just one competitive strategy; usually, there are several competitive strategies in the enterprise portfolio since different strategic business units are supposed to have their own competitive strategies.
  9. Cost leadership strategy.
    • Mass production. The production of items in large batches.
    • Mass customization. Providing customers with a product when, where, and how they want it.
    • Exporting. Making products domestically and selling them abroad.
    • Importing. Acquiring products made abroad and selling them domestically.
  10. Differentiation strategy.
    • First mover. An enterprise that's first to bring a product innovation to the market or to use a new process innovation.
  11. Focus strategies.
  12. Business development model.
    • Product development model.
    • Customer development model. “The ‘traditional’ way to approaching business is the Product Development Model. It starts with a product idea followed by months of building to deliver it to the public.” (Source: Find The Tech Guy) However the Customer Development Model begins by talking to prospective customers and developing something they are interested in purchasing/using. These concepts are promoted strongly by Steve Blank and Eric Ries who encourage startups to get early and frequent customer feedback before developing their products too far (in the wrong direction). The four steps to the model (Source: Find The Tech Guy): 1. Customer Discovery 2. Customer Validation 3. Customer Creation 4. Company Building
  13. Business strategy. A strategy that determines the behavior of the enterprise on a particular segment of its market.

Roles

Methods

  1. Lean startup. “Lean startup is a term coined and trade marked by Eric Ries. His method advocates the creation of rapid prototypes designed to test market assumptions, and uses customer feedback to evolve them much faster than via more traditional product development practices, such as the Waterfall model. It is not uncommon to see Lean Startups release new code to production multiple times a day, often using a practice known as Continuous Deployment.” (Source: Wikipedia) You should note the slight differences between lean and bootstrapping. “Bootstrapping provides a strategic roadmap for achieving sustainability through customer funding (i.e. charging customers), lean startups provide a more tactical approach to achieving those goals through validated learning.” (Source: Ash Maurya) An Example of 3 Stages of a Lean Startup (Source: Ash Maury): 1. Customer Discover (Problem/Solution Fit) 2. Customer Validation (Product/Market Fit) 3. Customer Creation (Scale) Note that a bootstrap and lean startup have differences and bootstrapping does not mean spending any money.
    • Lean. Also referred to as: lean manufacturing, lean enterprise, lean production. “The core idea is to maximize customer value while minimizing waste. Simply, lean means creating more value for customers with fewer resources.” (Source: Lean Enterprise Institute) The definitions and usage of ‘lean’ vary depending on context and application. The origin of the word in business can be linked back to the 90’s. “Lean manufacturing is a management philosophy derived mostly from the Toyota Production System (TPS)”. (Source: Wikipedia) The key focus is around the reduction of waste whiling focusing on delivering value to the customer.
    • Bootstrap startup. “Bootstrapping involves launching a business on a low budget. Practically this means that you’ll outsource (most likely offshore) your design and development, you‚’ll rent your servers, you won‚’t have an office and you’ll have no salary. Prior to launch, the only expensive professional services which you’ll buy will be your legal advice and accountancy services. Everything else, you’ll have to pick up yourself and learn as you go along.” (Source: RWW) An Example of 3 Stages of a Bootstrap (Source: Ash Maurya): 1. Ideation (Demo) 2. Valley of Death (Sell) 3. Growth (Build) Note that a bootstrap and lean startup have differences and bootstrapping does not mean spending any money. “Bootstrapping and Lean Startups are quite complementary. Both cover techniques for building low-burn startups by eliminating waste through the maximization of existing resources first before expending effort on the acquisition of new or external resources. While bootstrapping provides a strategic roadmap for achieving sustainability through customer funding (i.e. charging customers), lean startups provide a more tactical approach to achieving those goals through validated learning.” (Source: Ash Maurya)

Instruments

  1. Business Model Canvas. “The Business Model Canvas is a strategic management template for developing new or documenting existing business models. It is a visual chart with elements describing a firm’s value proposition, infrastructure, customers, and finances. It assists firms in aligning their activities by illustrating potential trade-offs.” (Source: Wikipedia) A business model is a dynamic document that describes how your company creates, delivers and captures value. The 9 Business Model Canvas Building Blocks (Source: Business Model Generation): (1) customer segments, (2) value propositions, (3) channels, (4) customer relationships, (5) key resources, (6) key activities, (7) key partnerships, and two summary blocks, (8) revenue streams and (9) cost structure.
  2. Business orientation mix.
  3. Product mix.
  4. Promotional mix.
  5. Incubator. An organization that helps develop early stage companies, usually in exchange for equity in the company. Companies in incubators get help for things like building their management teams, strategizing their growth, etc.
    • Ground floor. A reference to the beginning of a venture, or the earliest point of a startup. Generally considered an advantage to invest at this level.

Results

  1. Business model. The core part of the strategic plan that suggests how an enterprise is going to make money in its business. The business model usually answers two key questions: how the enterprise is going to earn and how it is going to spend in a particular business or a group of them. Its competitive strategy may answer the question about its earning. Its business strategy may answer the question about its spending. Because an enterprise can be involved in several businesses, it can have several business models.
    • Model. An abstraction of reality, a simplified representation of either some real-world phenomenon or a new concept developed to convey information to a specific audience to support analysis, communication and understanding.
    • Business domain model. A conceptual view of all or part of an enterprise focusing on products, deliverables and events that are important to the mission of the organization. The domain model is useful to validate the solution scope with the business and technical stakeholders. See also model.
  2. Product scope. The features and functions that characterize a product, service or result.
    • Scope. The area covered by a particular activity or topic of interest. See also project scope and solution scope.
    • Scope. The sum of the products and services to be provided as a project. See project scope and product scope.
    • Scope model. A model that defines the boundaries of a business domain or solution.
    • Scope statement. The scope statement provides a documented basis for making future project decisions and for confirming or developing common understanding of project scope among the stakeholders. As the project progresses, the scope statement may need to be revised or refined to reflect approved changes to the scope of the project.
    • Scope verification. Formalizing acceptance of the project scope.
    • Scope validation. Formalizing acceptance of the project scope.
  3. Business architecture. A subset of the enterprise architecture that defines a business' current and future state, including its strategy, its goals and objectives, the internal environment through a process or functional view, the external environment in which the business operates, and the stakeholders affected by the business' activities.

Practices

The successor lecture is Project Management Quarter.

Materials

Recorded audio

Recorded video

Live sessions

Texts and graphics

See also